Cleaned up a lot but now trying to refactor some more but making a mistake.
This commit is contained in:
parent
4b18b21861
commit
b0437d352b
2 changed files with 4 additions and 7 deletions
1
gui.hpp
1
gui.hpp
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue