diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-21 21:55:10 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-21 21:55:10 -0600 |
commit | 31e39555f6625ec7c2b9f8dd99b4bf19872e40c0 (patch) | |
tree | 61eb337aee5b55243ecc3dc4f576c1f2c9f30938 /src/gameScreen.h | |
parent | ff2c529dda20dba1ea7ef21f46703d59fb49178b (diff) |
Added more lines to gryoscope texure
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 20872b3..698b044 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -4,6 +4,8 @@ #define GAME_SCREEN_H #define GAME_SCREEN_TEXT_SIZE 20.0 + +#define GYROSCOPE_LINE_THICKNESS 2.0 #define GYROSCOPE_TEXTURE_SIZE 80 // Gui stuff and shit. |