mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-05-06 09:28:18 +00:00
10 lines
143 B
Ruby
10 lines
143 B
Ruby
module W3DHubLauncher
|
|
class Dialog < CyberarmEngine::Dialog
|
|
def setup
|
|
theme(THEME)
|
|
|
|
background 0xee_222222
|
|
end
|
|
end
|
|
end
|