Debug commands now affect game

This commit is contained in:
2019-08-07 17:58:30 -05:00
parent 3e6ff5bd4a
commit 3eb34d023e
10 changed files with 21 additions and 29 deletions

View File

@@ -61,8 +61,6 @@ if RUBY_VERSION < "2.5.0"
end
end
$debug = ARGV.join.include?("--debug") ? true : false
class IMICFPS
GAME_ROOT_PATH = File.expand_path(File.dirname(__FILE__))
end