mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Debug commands now affect game
This commit is contained in:
@@ -10,13 +10,13 @@ class IMICFPS
|
||||
end
|
||||
|
||||
def setup
|
||||
$debug = self
|
||||
set(:skydome, true)
|
||||
|
||||
subcommand(:boundingboxes, :boolean)
|
||||
subcommand(:wireframe, :boolean)
|
||||
subcommand(:fps, :boolean)
|
||||
subcommand(:stats, :boolean)
|
||||
subcommand(:motd, :string)
|
||||
subcommand(:mode, :integer)
|
||||
subcommand(:gravity, :decimal)
|
||||
subcommand(:skydome, :boolean)
|
||||
end
|
||||
|
||||
def handle(arguments, console)
|
||||
|
||||
Reference in New Issue
Block a user