From 2bda67e917cac47f15fab9b8cb6c2b73a90989be Mon Sep 17 00:00:00 2001 From: En Yi Date: Wed, 1 May 2024 11:56:07 +0800 Subject: [PATCH] Make player box a little smaller --- scenes/constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenes/constants.h b/scenes/constants.h index 95884f1..03f659f 100644 --- a/scenes/constants.h +++ b/scenes/constants.h @@ -21,9 +21,9 @@ #define MOVE_ACCEL 1300 #ifndef TILE16_SIZE -#define PLAYER_WIDTH 30 +#define PLAYER_WIDTH 28 #define PLAYER_HEIGHT 42 -#define PLAYER_C_WIDTH 30 +#define PLAYER_C_WIDTH 28 #define PLAYER_C_HEIGHT 26 #else #define PLAYER_WIDTH 14