Added Settings

This commit is contained in:
2019-10-24 18:03:56 -05:00
parent f4c6ad1d35
commit bcbe70d8d8
8 changed files with 64 additions and 20 deletions

View File

@@ -6,10 +6,10 @@ class IMICRTS
@mouse = CyberarmEngine::Vector.new
self.caption = "#{IMICRTS::NAME} (#{IMICRTS::VERSION} #{IMICRTS::VERSION_NAME})"
if ARGV.join.include?("--fast")
push_state(MainMenu)
elsif ARGV.join.include?("--debug")
if ARGV.join.include?("--debug-game")
push_state(Game)
elsif Setting.enabled?(:skip_intro)
push_state(MainMenu)
else
push_state(Boot)
end