Changeset 8055 in orxonox.OLD for trunk/src/world_entities/playable.h
- Timestamp:
- Jun 1, 2006, 1:10:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.h
r7954 r8055 29 29 //! Defines the Playmode of an Entity. 30 30 typedef enum { 31 Vertical = 1, //!< Vertical (seen from left or right/move in x-z) 32 Horizontal = 2, //!< Horizontal (seet from the top/move in x-y) 33 FromBehind = 4, //!< Seen from behind (move in z-y) 34 Full3D = 8, //!< Full featured 3D-mode. (move in all directions x-y-z) 31 Vertical = 1, //!< Vertical (seen from left or right/move in x-z) 32 Horizontal = 2, //!< Horizontal (seet from the top/move in x-y) 33 FromBehind = 4, //!< Seen from behind (move in z-y) 34 Full3D = 8, //!< Full featured 3D-mode. (move in all directions x-y-z) 35 FirstPerson = 16, 35 36 36 PlaymodeCount = 4,37 PlaymodeCount = 5, 37 38 } Playmode; 38 39
Note: See TracChangeset
for help on using the changeset viewer.