From b96e384d8299473b14edcbf885fa914a9308d18f Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 28 Sep 2024 15:27:43 +0200 Subject: next commit --- UI/SpawnButton.tscn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UI/SpawnButton.tscn') 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"] -- cgit v1.2.3