2022-02-12 22:15:01 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://d2nu5ak74y4xk"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/controls/control_function.gd" id="1_2cvgr"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dhme55udo3chx" path="res://scenes/controls/add.png" id="2_f4wes"]
|
|
|
|
|
|
|
|
[node name="Control" type="HBoxContainer"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
script = ExtResource( "1_2cvgr" )
|
|
|
|
|
|
|
|
[node name="Add_front" type="TextureButton" parent="."]
|
|
|
|
offset_right = 23.0
|
|
|
|
offset_bottom = 600.0
|
|
|
|
texture_normal = ExtResource( "2_f4wes" )
|
|
|
|
stretch_mode = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
offset_left = 27.0
|
|
|
|
offset_top = 288.0
|
|
|
|
offset_right = 997.0
|
|
|
|
offset_bottom = 311.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Add" type="TextureButton" parent="."]
|
|
|
|
offset_left = 1001.0
|
|
|
|
offset_right = 1024.0
|
|
|
|
offset_bottom = 600.0
|
|
|
|
texture_normal = ExtResource( "2_f4wes" )
|
|
|
|
stretch_mode = 3
|
2022-02-24 22:08:03 +00:00
|
|
|
|
|
|
|
[connection signal="pressed" from="Add_front" to="." method="_on_add_pressed"]
|
|
|
|
[connection signal="pressed" from="Add" to="." method="_on_add_pressed"]
|