khanat-client/scenes/interfaces/options/option_control_function.tscn

41 lines
1.1 KiB
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/interfaces/buttons/add.png" type="Texture" id=1]
[ext_resource path="res://scenes/interfaces/options/option_control_function.gd" type="Script" id=2]
[node name="control_box" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="add_front" type="TextureButton" parent="."]
margin_top = 352.0
margin_right = 16.0
margin_bottom = 368.0
size_flags_horizontal = 5
size_flags_vertical = 4
texture_normal = ExtResource( 1 )
[node name="label" type="Label" parent="."]
margin_left = 20.0
margin_top = 353.0
margin_right = 1260.0
margin_bottom = 367.0
size_flags_horizontal = 3
size_flags_vertical = 6
text = "label"
[node name="add" type="TextureButton" parent="."]
margin_left = 1264.0
margin_top = 352.0
margin_right = 1280.0
margin_bottom = 368.0
size_flags_horizontal = 5
size_flags_vertical = 4
texture_normal = ExtResource( 1 )
[connection signal="pressed" from="add_front" to="." method="_on_add_pressed"]
[connection signal="pressed" from="add" to="." method="_on_add_pressed"]