diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-03 21:29:52 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-03 21:29:52 -0500 |
| commit | 138e0a8f83e82c6109bfc387ac7417d4f41711b4 (patch) | |
| tree | af4fe2d5453d5d2090f8106a433d507bd0e75a81 /src/consts.h | |
| parent | dab96b810691c26e29fef92d88c828a311be3e9d (diff) | |
| download | tanetane-138e0a8f83e82c6109bfc387ac7417d4f41711b4.tar.gz tanetane-138e0a8f83e82c6109bfc387ac7417d4f41711b4.tar.bz2 tanetane-138e0a8f83e82c6109bfc387ac7417d4f41711b4.zip | |
Added cutscene bars (and resized game)
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; |
