blob: a5954a0d3ba4ccc6db099fd4a044b9bdcf962034 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[gd_scene load_steps=2 format=3 uid="uid://x6kohecnw7f5"]
[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
mouse_default_cursor_shape = 2
stretch_mode = 5
script = ExtResource("1_ayei4")
[connection signal="pressed" from="." to="." method="_on_pressed"]
|