1
0
Fork 0
This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
honest-jam-3/game/DebugOverlay.tscn
2021-12-07 22:42:24 +01:00

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
}