turn and jump

This commit is contained in:
2026-04-08 08:23:08 +02:00
parent 6162831692
commit 2019e8f310
5 changed files with 42 additions and 7 deletions

View File

@@ -128,6 +128,8 @@ class Player {
bool is_alive_ = true;
bool is_paused_ = false;
bool ignore_input_ = false;
bool turning_ = false;
Direction facing_ = Direction::RIGHT;
Room::Border border_ = Room::Border::TOP;
int last_grounded_position_ = 0;