Let the jank FLOW through my veins like pure cocaine! We have animations now and can attack enemies. It's all garbage to replace next session but the idea is there.

This commit is contained in:
Zed A. Shaw 2025-02-10 18:35:47 -05:00
parent abd843d5ec
commit e2bd61a1e4
2 changed files with 13 additions and 7 deletions

View file

@ -52,6 +52,8 @@ namespace gui {
class FSM : public DeadSimpleFSM<State, Event> {
public:
// ZED: these two will go away soon
int $rotation_count = 0;
float $rotation = -10.0f;
Point $player{0,0};
LevelManager $levels;