Interface is now data driven!

This commit is contained in:
2021-11-08 18:17:14 -06:00
parent bbff4b1952
commit ca17b1c2dc
12 changed files with 446 additions and 85 deletions

View File

@@ -3,8 +3,7 @@ class W3DHub
def setup
self.caption = "W3D Hub Launcher"
# push_state(W3DHub::States::Boot)
push_state(W3DHub::States::Interface)
push_state(W3DHub::States::Boot)
end
end
end