Make player box a little smaller

scene_man
En Yi 2024-05-01 11:56:07 +08:00
parent 42c4572066
commit 2bda67e917
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
#define MOVE_ACCEL 1300 #define MOVE_ACCEL 1300
#ifndef TILE16_SIZE #ifndef TILE16_SIZE
#define PLAYER_WIDTH 30 #define PLAYER_WIDTH 28
#define PLAYER_HEIGHT 42 #define PLAYER_HEIGHT 42
#define PLAYER_C_WIDTH 30 #define PLAYER_C_WIDTH 28
#define PLAYER_C_HEIGHT 26 #define PLAYER_C_HEIGHT 26
#else #else
#define PLAYER_WIDTH 14 #define PLAYER_WIDTH 14