Now have an autowalker class that allows me to drive the game from an external source.

This commit is contained in:
Zed A. Shaw 2025-02-26 13:39:25 -05:00
parent 1aba26831b
commit d4355a608d
6 changed files with 137 additions and 121 deletions

View file

@ -46,7 +46,7 @@ namespace gui {
public:
sf::RenderWindow $window;
bool $draw_stats = false;
bool $autowalking = false;
bool autowalking = false;
LevelManager $levels;
MainUI $main_ui;
SFMLRender $renderer;