diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-14 08:32:39 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-14 08:32:39 -0400 |
| commit | 042da1570181dc80ee76860582f6a3c97641c14a (patch) | |
| tree | 2ef4dc0939b298f8d32b9078a6b71125fb973567 /src/game.h | |
| parent | 016d1cdf036039792f50e1ed0431386c7b9e93d7 (diff) | |
| download | ether-042da1570181dc80ee76860582f6a3c97641c14a.tar.gz ether-042da1570181dc80ee76860582f6a3c97641c14a.tar.bz2 ether-042da1570181dc80ee76860582f6a3c97641c14a.zip | |
fmod splash screen
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 10 |
1 files changed, 1 insertions, 9 deletions
| diff --git a/src/game.h b/src/game.h index 89b9eb2..446680a 100644 --- a/src/game.h +++ b/src/game.h | |||
| @@ -10,15 +10,7 @@ | |||
| 10 | #include "timer.h" | 10 | #include "timer.h" |
| 11 | #include "animation.h" | 11 | #include "animation.h" |
| 12 | #include "interpolation.h" | 12 | #include "interpolation.h" |
| 13 | 13 | #include "consts.h" | |
| 14 | const int GAME_WIDTH = 1280;//640*2; | ||
| 15 | const int GAME_HEIGHT = 720;//480*2; | ||
| 16 | const int TILE_WIDTH = 8*2; | ||
| 17 | const int TILE_HEIGHT = TILE_WIDTH; | ||
| 18 | const int INIT_ZOOM = 5; | ||
| 19 | const int ZOOM_X_FACTOR = 16; | ||
| 20 | const int ZOOM_Y_FACTOR = 9; | ||
| 21 | const int RADIUS = 8; | ||
| 22 | 14 | ||
| 23 | constexpr int TilesetIndex(int x, int y) { | 15 | constexpr int TilesetIndex(int x, int y) { |
| 24 | return x + y * 24; | 16 | return x + y * 24; |
