Added support for applying patches! added DemoInputDelay state to make recording Boot state easier, misc fixes for tweaks.

This commit is contained in:
2021-11-26 22:36:29 -06:00
parent 2a65761b8d
commit 7257030e74
6 changed files with 113 additions and 28 deletions

View File

@@ -15,6 +15,7 @@ class W3DHub
I18n.locale = :en
end
# push_state(W3DHub::States::DemoInputDelay)
push_state(W3DHub::States::Boot)
end