diff options
Diffstat (limited to 'src/consts.h')
| -rw-r--r-- | src/consts.h | 6 |
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/consts.h b/src/consts.h index fcfdff2..5ef2c21 100644 --- a/src/consts.h +++ b/src/consts.h | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | #ifndef CONSTS_H_9561E49C | 1 | #ifndef CONSTS_H_9561E49C |
| 2 | #define CONSTS_H_9561E49C | 2 | #define CONSTS_H_9561E49C |
| 3 | 3 | ||
| 4 | const int GAME_WIDTH = 640; | 4 | const int GAME_WIDTH = 720; |
| 5 | const int GAME_HEIGHT = 480; | 5 | const int GAME_HEIGHT = 480; |
| 6 | 6 | ||
| 7 | const int CANVAS_WIDTH = 320; | 7 | const int CANVAS_WIDTH = 240; |
| 8 | const int CANVAS_HEIGHT = 240; | 8 | const int CANVAS_HEIGHT = 160; |
| 9 | 9 | ||
| 10 | const int MOVEMENT_SPEED = 2; | 10 | const int MOVEMENT_SPEED = 2; |
| 11 | const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED; | 11 | const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED; |
