blob: 53d93652dbff78a1bd4a44912bd454643325763c (
plain)
1
2
3
4
5
6
7
8
9
|
[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
rect_scale = Vector2( 0.15, 0.15 )
script = ExtResource( 1 )
|