mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Added Director, Player and stubbed Order, mostly working Entity#rotate_towards
This commit is contained in:
@@ -4,8 +4,13 @@ class IMICRTS
|
||||
@last_update_time = Gosu.milliseconds
|
||||
|
||||
self.caption = "#{IMICRTS::NAME} (#{IMICRTS::VERSION} #{IMICRTS::VERSION_NAME})"
|
||||
# push_state(Boot)
|
||||
push_state(MainMenu)
|
||||
if ARGV.join.include?("--fast")
|
||||
push_state(MainMenu)
|
||||
elsif ARGV.join.include?("--debug")
|
||||
push_state(Game)
|
||||
else
|
||||
push_state(Boot)
|
||||
end
|
||||
end
|
||||
|
||||
def update
|
||||
|
||||
Reference in New Issue
Block a user