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.
slavic-game-jam-2020/util/DebugLabel.tscn

15 lines
342 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://util/DebugLabel.gd" type="Script" id=1]
[node name="DebugLabel" type="Label"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1320.0
margin_bottom = -784.0
rect_scale = Vector2( 2, 2 )
text = "DebugLabel"
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}