From a6bceeb085fda9c53ec88be64dee8f8886d41fce Mon Sep 17 00:00:00 2001 From: Logan Date: Fri, 23 Sep 2022 23:54:50 -0600 Subject: Moved and renamed files. --- scenes/interface.tscn | 4 ++-- scenes/level.tscn | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scenes') 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 ) diff --git a/scenes/level.tscn b/scenes/level.tscn index 147b1a9..bea53bc 100644 --- a/scenes/level.tscn +++ b/scenes/level.tscn @@ -10,7 +10,7 @@ d = 10.0 [node name="Node2D" type="Node2D"] -[node name="Label" parent="." instance=ExtResource( 4 )] +[node name="Interface" parent="." instance=ExtResource( 4 )] [node name="Hoop" parent="." instance=ExtResource( 2 )] position = Vector2( 721, 215 ) @@ -32,4 +32,4 @@ texture = ExtResource( 1 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"] shape = SubResource( 1 ) -[connection signal="score" from="Hoop" to="Label" method="_on_Hoop_score"] +[connection signal="score" from="Hoop" to="Interface" method="_on_Hoop_score"] -- cgit v1.2.3