diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-05 18:34:43 -0700 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-05 18:34:43 -0700 |
commit | 68c003f0b7b491a3b30e4e86f2036bcf3d92f9c0 (patch) | |
tree | fe9a7a0d0d44bb0b597b50b34248593d1e283158 /src/gameScreen.h | |
parent | c38a7c4bca5b1efcdc2fb83551c34f28a8069026 (diff) |
Even better stars (:
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; |