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/dialog.rb Normal file
View File

@@ -0,0 +1,9 @@
module W3DHubLauncher
class Dialog < CyberarmEngine::Dialog
def setup
theme(THEME)
background 0xee_222222
end
end
end