diff options
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 10 |
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/game.h b/src/game.h index c91a001..9feb774 100644 --- a/src/game.h +++ b/src/game.h | |||
| @@ -11,13 +11,13 @@ | |||
| 11 | #include "animation.h" | 11 | #include "animation.h" |
| 12 | #include "interpolation.h" | 12 | #include "interpolation.h" |
| 13 | 13 | ||
| 14 | const int GAME_WIDTH = 640*2; | 14 | const int GAME_WIDTH = 1280;//640*2; |
| 15 | const int GAME_HEIGHT = 480*2; | 15 | const int GAME_HEIGHT = 720;//480*2; |
| 16 | const int TILE_WIDTH = 8*2; | 16 | const int TILE_WIDTH = 8*2; |
| 17 | const int TILE_HEIGHT = TILE_WIDTH; | 17 | const int TILE_HEIGHT = TILE_WIDTH; |
| 18 | const int INIT_ZOOM = 10; | 18 | const int INIT_ZOOM = 5; |
| 19 | const int ZOOM_X_FACTOR = 8; | 19 | const int ZOOM_X_FACTOR = 16; |
| 20 | const int ZOOM_Y_FACTOR = 6; | 20 | const int ZOOM_Y_FACTOR = 9; |
| 21 | const int RADIUS = 8; | 21 | const int RADIUS = 8; |
| 22 | 22 | ||
| 23 | constexpr int TilesetIndex(int x, int y) { | 23 | constexpr int TilesetIndex(int x, int y) { |
