eliminada repetició en la tecla down
This commit is contained in:
@@ -100,6 +100,7 @@ class Player {
|
||||
bool wanna_jump_ = false;
|
||||
bool wanna_down_ = false;
|
||||
bool jump_held_ = false;
|
||||
bool down_held_ = false;
|
||||
|
||||
// --- Estado ---
|
||||
State state_ = State::ON_GROUND;
|
||||
|
||||
Reference in New Issue
Block a user