From 0387c05d7d4b784b91ea35b88caa12c4fc9fd6d3 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 18 Sep 2023 22:00:27 -0600 Subject: Added crossy thingy to gyro --- src/gameScreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gameScreen.h') 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 { -- cgit v1.2.3