Bunch of stuff

This commit is contained in:
2026-04-18 21:58:58 -05:00
parent 43f8af42ec
commit 30776857a2
16 changed files with 432 additions and 138 deletions

9
lib/state.rb Normal file
View File

@@ -0,0 +1,9 @@
module W3DHubLauncher
class State < CyberarmEngine::GuiState
include W3DHubLauncher::GuiExt
def setup
theme(THEME)
end
end
end