Project

General

Profile

Revision 251

menu work

View differences:

proj_macros.h
30 30
#define SHOOTER_SPEED   5   /** @brief Shooter speed */
31 31
#define BULLET_SPEED    8   /** @brief Bullet speet */
32 32

  
33
// Game States
34
#define MENU            0
35
#define GAME            1
36
#define TEST            2
37
#define EXIT            3
38

  
33 39
// Extra Keys
34 40
#define ESC_MAKE_CODE   0x01    /** @brief ESC Make Code */
35 41
#define ESC_BREAK_CODE  0x81    /** @brief ESC Break Code */
......
43 49
#define DEFAULT_SCALE   0.5                  /** @brief Default zoom */
44 50
#define MAX_SCALE       10.0                 /** @brief Maximum zoom */
45 51

  
52
// Colors
53
#define TEXT_COLOR              0x888888
54
#define HIGHLIGHT_COLOR         0xA0A0A0
55
#define DELIMITER_COLOR         0x404040
56

  
46 57
#endif /* end of include guard: PROJ_MACROS_H_INCLUDED */

Also available in: Unified diff