14 lines
329 B
Text
14 lines
329 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://game/DebugOverlay.gd" type="Script" id=1]
|
|
|
|
[node name="DebugOverlay" type="CanvasLayer"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="DebugLabel" type="Label" parent="."]
|
|
margin_right = 75.0
|
|
margin_bottom = 14.0
|
|
text = "DebugLabel"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|