make default debugger mode FULL
This commit is contained in:
@@ -5,7 +5,7 @@ signal mode_changed(mode: Mode)
|
||||
|
||||
enum Mode { DISABLED, PERFORMANCE, FULL }
|
||||
|
||||
var mode: Mode = Mode.PERFORMANCE
|
||||
var mode: Mode = Mode.FULL
|
||||
|
||||
var _text_to_draw: Dictionary = {}
|
||||
var _events_to_draw: Dictionary = {}
|
||||
|
||||
Reference in New Issue
Block a user