48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/interfaces/buttons/del.png" type="Texture" id=1]
|
|
[ext_resource path="res://scenes/interfaces/options/option_control_input.gd" type="Script" id=2]
|
|
|
|
[node name="control" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="empty" type="Label" parent="."]
|
|
margin_top = 353.0
|
|
margin_right = 417.0
|
|
margin_bottom = 367.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="comment" type="Label" parent="."]
|
|
margin_left = 421.0
|
|
margin_top = 353.0
|
|
margin_right = 838.0
|
|
margin_bottom = 367.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
|
|
[node name="del" type="TextureButton" parent="."]
|
|
margin_left = 842.0
|
|
margin_top = 352.0
|
|
margin_right = 858.0
|
|
margin_bottom = 368.0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture_normal = ExtResource( 1 )
|
|
|
|
[node name="label" type="Label" parent="."]
|
|
margin_left = 862.0
|
|
margin_top = 353.0
|
|
margin_right = 1280.0
|
|
margin_bottom = 367.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
|
|
[connection signal="pressed" from="del" to="." method="_on_del_pressed"]
|