summaryrefslogtreecommitdiff
path: root/SpawnButton.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'SpawnButton.tscn')
-rw-r--r--SpawnButton.tscn12
1 files changed, 0 insertions, 12 deletions
diff --git a/SpawnButton.tscn b/SpawnButton.tscn
deleted file mode 100644
index aa0a48b..0000000
--- a/SpawnButton.tscn
+++ /dev/null
@@ -1,12 +0,0 @@
-[gd_scene load_steps=2 format=3 uid="uid://x6kohecnw7f5"]
-
-[ext_resource type="Script" path="res://spawn_button.gd" id="1_ayei4"]
-
-[node name="SpawnButton" type="TextureButton"]
-offset_left = 2.0
-offset_top = 2.0
-offset_right = 38.0
-offset_bottom = 38.0
-script = ExtResource("1_ayei4")
-
-[connection signal="pressed" from="." to="." method="_on_pressed"]