blob: dd07974a6af71293d3fbe0f52b23f21c74938fad (
plain)
1
2
3
4
5
6
7
8
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/interface.gd" type="Script" id=1]
[node name="Interface" type="Label"]
margin_right = 40.0
margin_bottom = 14.0
script = ExtResource( 1 )
|