Bump to v0.3-beta5.1, release tomorrow

This commit is contained in:
Ishaan Bhardwaj
2021-05-20 23:25:24 -04:00
parent f5121b62e5
commit 99d3732d00
5 changed files with 11 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ function initConfig()
end
if not config.input then
scene = KeyConfigScene()
scene = InputConfigScene()
else
if config.current_mode then current_mode = config.current_mode end
if config.current_ruleset then current_ruleset = config.current_ruleset end