-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathButton.tscn
More file actions
28 lines (24 loc) · 916 Bytes
/
Button.tscn
File metadata and controls
28 lines (24 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene format=3 uid="uid://dkl2sj4chabhn"]
[ext_resource type="Script" uid="uid://lysyejlw8nke" path="res://Scripts/button.gd" id="1_nhor4"]
[node name="Button" type="Button" unique_id=658128825]
z_index = 1
custom_minimum_size = Vector2(30, 30)
offset_right = 20.0
offset_bottom = 20.0
toggle_mode = true
flat = true
script = ExtResource("1_nhor4")
standard_color = Color(0.917647, 0.6, 0.6, 0.611765)
sandbag_color = Color(0, 0.636506, 0.392078, 0.611765)
[node name="ColorRect" type="ColorRect" parent="." unique_id=138273793]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
color = Color(0.917647, 0.6, 0.6, 0.611765)
[connection signal="button_up" from="." to="." method="_on_button_up"]
[connection signal="pressed" from="." to="." method="_on_pressed"]
[connection signal="toggled" from="." to="." method="_on_toggled"]