In progress gameplay loop changes

This commit is contained in:
2025-04-15 00:33:59 -07:00
parent 03caa13ceb
commit 24b4227425
11 changed files with 108 additions and 29 deletions

View File

@@ -20,7 +20,6 @@ public partial class GameLogic
public Transition On(in Input.StartGame input)
{
Output(new Output.LoadMap());
return To<Playing>();
}