11 lines
314 B
Text
11 lines
314 B
Text
[gd_scene load_steps=2 format=3 uid="uid://cmrp07oi8j8lq"]
|
|
|
|
[ext_resource type="Script" path="res://game/DebugOverlay.gd" id="1"]
|
|
|
|
[node name="DebugOverlay" type="CanvasLayer"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="DebugLabel" type="Label" parent="."]
|
|
offset_right = 75.0
|
|
offset_bottom = 14.0
|
|
text = "DebugLabel"
|