summaryrefslogtreecommitdiff
path: root/scenes/interface.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/interface.tscn')
-rw-r--r--scenes/interface.tscn4
1 files changed, 2 insertions, 2 deletions
diff --git a/scenes/interface.tscn b/scenes/interface.tscn
index a4c15df..dd07974 100644
--- a/scenes/interface.tscn
+++ b/scenes/interface.tscn
@@ -1,8 +1,8 @@
[gd_scene load_steps=2 format=2]
-[ext_resource path="res://Label.gd" type="Script" id=1]
+[ext_resource path="res://scripts/interface.gd" type="Script" id=1]
-[node name="Label" type="Label"]
+[node name="Interface" type="Label"]
margin_right = 40.0
margin_bottom = 14.0
script = ExtResource( 1 )