mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 01:02:34 +00:00
Initial commit: Stubbed layout replica of official W3D Hub Launcher
This commit is contained in:
10
lib/window.rb
Normal file
10
lib/window.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class W3DHub
|
||||
class Window < CyberarmEngine::Window
|
||||
def setup
|
||||
self.caption = "W3D Hub Launcher"
|
||||
|
||||
# push_state(W3DHub::States::Boot)
|
||||
push_state(W3DHub::States::Interface)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user