stule: el jugador no gira el sprite en el aire

This commit is contained in:
2026-04-08 18:09:41 +02:00
parent 88a822c562
commit 2a63227ee2
2 changed files with 24 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ class Player {
static constexpr float JUMP_VELOCITY = -178.5F;
static constexpr float GRAVITY_FORCE = 360.0F;
static constexpr float LOW_JUMP_GRAVITY_MULT = 3.0F;
static constexpr float JUMP_SPEED_BOOST = 1.25F;
struct SpawnData {
float x = 0;