mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Redid menus, stubbed Entity
This commit is contained in:
11
lib/window.rb
Normal file
11
lib/window.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class IMICRTS
|
||||
class Window < CyberarmEngine::Engine
|
||||
def setup
|
||||
Gosu.milliseconds # Start counter
|
||||
|
||||
self.caption = "I-MIC RTS (#{Gosu.language})"
|
||||
push_state(Boot)
|
||||
# push_state(MainMenu)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user