made the experience feel closer to arcade stackers

This commit is contained in:
--global
2022-03-31 23:27:22 -04:00
parent 27e699841e
commit bfbba75f17
7 changed files with 63 additions and 6 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 = TitleScene()
scene = ArcadeScene()
end
end