diff options
Diffstat (limited to 'UI/SpawnButton.tscn')
-rw-r--r-- | UI/SpawnButton.tscn | 4 |
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"] |