summaryrefslogtreecommitdiff
path: root/UI/SpawnButton.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-11-05 11:34:49 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-11-05 11:34:49 +0100
commitc8f674ac6fa0914d9e448d2929f2385cdad80d60 (patch)
treea913454c42bb520aa644f4e2dcf0d42ba11c83de /UI/SpawnButton.tscn
parent84365b6f901a9c0251a9f724a8d9f81a3787e97d (diff)
next commit
Diffstat (limited to 'UI/SpawnButton.tscn')
-rw-r--r--UI/SpawnButton.tscn4
1 files changed, 3 insertions, 1 deletions
diff --git a/UI/SpawnButton.tscn b/UI/SpawnButton.tscn
index 7b3450b..a5954a0 100644
--- a/UI/SpawnButton.tscn
+++ b/UI/SpawnButton.tscn
@@ -3,12 +3,14 @@
[ext_resource type="Script" path="res://UI/spawn_button.gd" id="1_ayei4"]
[node name="SpawnButton" type="TextureButton"]
+texture_filter = 1
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
+mouse_default_cursor_shape = 2
+stretch_mode = 5
script = ExtResource("1_ayei4")
[connection signal="pressed" from="." to="." method="_on_pressed"]