Revert "made the experience feel closer to arcade stackers"

Happy April Fools!
This reverts commit bfbba75f17.
This commit is contained in:
--global
2022-04-01 18:43:35 -04:00
parent bfbba75f17
commit 23a8c400ba
7 changed files with 6 additions and 63 deletions

View File

@@ -39,7 +39,7 @@ function initConfig()
else
if config.current_mode then current_mode = config.current_mode end
if config.current_ruleset then current_ruleset = config.current_ruleset end
scene = ArcadeScene()
scene = TitleScene()
end
end