Adjust player idle animation frame time.

This commit is contained in:
Ulysse Cura 2026-07-22 13:22:49 +02:00
parent 145ea71bd9
commit 3060f2910c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "animation_system.h" #include "animation_system.h"
#define PLAYER_DEFAULT_SPEED 80.0f // px / s #define PLAYER_DEFAULT_SPEED 80.0f // px / s
#define PLAYER_DEFAULT_IDLE_ANIMATION_SPEED 250.0f // ms / frame #define PLAYER_DEFAULT_IDLE_ANIMATION_SPEED 500.0f // ms / frame
#define PLAYER_DEFAULT_WALK_ANIMATION_SPEED 160.0f // ms / frame #define PLAYER_DEFAULT_WALK_ANIMATION_SPEED 160.0f // ms / frame
typedef enum player_state_t { typedef enum player_state_t {