From c8f674ac6fa0914d9e448d2929f2385cdad80d60 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 5 Nov 2024 11:34:49 +0100 Subject: next commit --- UI/SpawnButton.tscn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'UI/SpawnButton.tscn') 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"] -- cgit v1.2.3