diff options
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index bedee78..e23156f 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -14,6 +14,8 @@ #define GAME_SCREEN_ZOOM_VIEW_SIZE 100 // Size it renders at. #define GAME_SCREEN_ZOOM_VIEW_UI_SIZE 350 // Size on screen. +#define GAME_SCREEN_SKY_BOX_SIZE 1020.0 + // Gui stuff and shit. typedef struct GameScreen { Vector2 infoTextPosition; |