diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-18 22:00:27 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-18 22:00:27 -0600 |
commit | 0387c05d7d4b784b91ea35b88caa12c4fc9fd6d3 (patch) | |
tree | ee200d2b281597736f67706e0a219811a6daf72b /src/gameScreen.h | |
parent | 7e49b327b5b06d5461dbc483a2d81a347150200c (diff) |
Added crossy thingy to gyro
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 84d589b..c0169c6 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -4,7 +4,7 @@ #define GAME_SCREEN_H #define GAME_SCREEN_TEXT_SIZE 20.0 -#define GYROSCOPE_TEXTURE_SIZE 100 +#define GYROSCOPE_TEXTURE_SIZE 80 // Gui stuff and shit. typedef struct GameScreen { |