mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Set initial values for DebugCommand
This commit is contained in:
@@ -11,6 +11,10 @@ class IMICFPS
|
|||||||
|
|
||||||
def setup
|
def setup
|
||||||
$debug = self
|
$debug = self
|
||||||
|
set(:boundingboxes, false)
|
||||||
|
set(:wireframe, false)
|
||||||
|
set(:stats, false)
|
||||||
|
set(:fps, false)
|
||||||
set(:skydome, true)
|
set(:skydome, true)
|
||||||
|
|
||||||
subcommand(:boundingboxes, :boolean)
|
subcommand(:boundingboxes, :boolean)
|
||||||
|
|||||||
Reference in New Issue
Block a user