summaryrefslogtreecommitdiff
path: root/UI/SpawnButton.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'UI/SpawnButton.tscn')
-rw-r--r--UI/SpawnButton.tscn2
1 files changed, 2 insertions, 0 deletions
diff --git a/UI/SpawnButton.tscn b/UI/SpawnButton.tscn
index ec2423b..7b3450b 100644
--- a/UI/SpawnButton.tscn
+++ b/UI/SpawnButton.tscn
@@ -3,10 +3,12 @@
[ext_resource type="Script" path="res://UI/spawn_button.gd" id="1_ayei4"]
[node name="SpawnButton" type="TextureButton"]
+custom_minimum_size = Vector2(32, 32)
offset_left = 2.0
offset_top = 2.0
offset_right = 38.0
offset_bottom = 38.0
+stretch_mode = 3
script = ExtResource("1_ayei4")
[connection signal="pressed" from="." to="." method="_on_pressed"]