From 042da1570181dc80ee76860582f6a3c97641c14a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 14 Mar 2022 08:32:39 -0400 Subject: fmod splash screen --- src/game.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/game.h') 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 @@ #include "timer.h" #include "animation.h" #include "interpolation.h" - -const int GAME_WIDTH = 1280;//640*2; -const int GAME_HEIGHT = 720;//480*2; -const int TILE_WIDTH = 8*2; -const int TILE_HEIGHT = TILE_WIDTH; -const int INIT_ZOOM = 5; -const int ZOOM_X_FACTOR = 16; -const int ZOOM_Y_FACTOR = 9; -const int RADIUS = 8; +#include "consts.h" constexpr int TilesetIndex(int x, int y) { return x + y * 24; -- cgit 1.4.1