make default debugger mode FULL

This commit is contained in:
2025-07-18 21:03:25 +10:00
parent 343543bd02
commit 6ad18a3033
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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 = {}