make default debugger mode FULL
This commit is contained in:
@@ -84,6 +84,7 @@ text = "Lorem Ipsum"
|
||||
fit_content = true
|
||||
|
||||
[node name="LabelContainer4" type="VBoxContainer" parent="Control"]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 11
|
||||
anchor_left = 1.0
|
||||
|
||||
@@ -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