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

@ -53,6 +53,7 @@ endif
sources = [
'ansi_parser.cpp',
'autowalker.cpp',
'camera.cpp',
'combat.cpp',
'combat_ui.cpp',