19 lines
447 B
Plaintext
19 lines
447 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://df2b4wn8j6cxl"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/ui/DebugToggle.gd" id="1_gn2ol"]
|
|
|
|
[node name="DebugToggle" type="Button"]
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -110.0
|
|
offset_top = -40.0
|
|
offset_right = -10.0
|
|
offset_bottom = -10.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
text = "Debug: OFF"
|
|
script = ExtResource("1_gn2ol")
|