blob: 3de36e944bb0c1c8c3c70e47805b27e5b5fbc99f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[gd_scene load_steps=2 format=3 uid="uid://3lytexnfrub6"]
[ext_resource type="Script" uid="uid://bpmdfuqjtwf5v" path="res://gui/overlays/debug.gd" id="1_62otr"]
[node name="Debug" type="RichTextLabel"]
visible = false
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = ExtResource("1_62otr")
|