43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://mtftrelrm0uy"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/controls/control_input.gd" id="1_dp231"]
|
|
[ext_resource type="Texture2D" uid="uid://js4s65teoql3" path="res://scenes/controls/trash.png" id="2_r7srr"]
|
|
|
|
[node name="Control" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource( "1_dp231" )
|
|
|
|
[node name="Empty" type="Label" parent="."]
|
|
minimum_size = Vector2(50, 0)
|
|
offset_right = 50.0
|
|
offset_bottom = 600.0
|
|
size_flags_vertical = 1
|
|
|
|
[node name="Comment" type="Label" parent="."]
|
|
offset_left = 54.0
|
|
offset_right = 523.0
|
|
offset_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 5
|
|
|
|
[node name="Del" type="TextureButton" parent="."]
|
|
offset_left = 527.0
|
|
offset_right = 551.0
|
|
offset_bottom = 600.0
|
|
size_flags_horizontal = 5
|
|
size_flags_vertical = 5
|
|
hint_tooltip = "Delete"
|
|
texture_normal = ExtResource( "2_r7srr" )
|
|
stretch_mode = 0
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = 555.0
|
|
offset_right = 1024.0
|
|
offset_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 5
|
|
|
|
[connection signal="pressed" from="Del" to="." method="_on_del_pressed"]
|