In progress gameplay loop changes
This commit is contained in:
@@ -20,7 +20,6 @@ public partial class GameLogic
|
||||
|
||||
public Transition On(in Input.StartGame input)
|
||||
{
|
||||
Output(new Output.LoadMap());
|
||||
return To<Playing>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user