Cleaned up a lot but now trying to refactor some more but making a mistake.

This commit is contained in:
Zed A. Shaw 2025-02-06 11:41:01 -05:00
parent 4b18b21861
commit b0437d352b
2 changed files with 4 additions and 7 deletions

View file

@ -29,6 +29,7 @@ namespace gui {
class FSM : public DeadSimpleFSM<State, Event> {
public:
GameLevel level;
float $rotation = -30.0f;
Point $player{0,0};
LevelManager $levels;