42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://o1bkegag8dom"]
|
|
|
|
[ext_resource type="Script" path="res://ui/EditableHorizontalListItem.gd" id="1_5rahj"]
|
|
|
|
[node name="EditableHorizontalListItem" type="VBoxContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_5rahj")
|
|
|
|
[node name="Content" type="CenterContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="PositioningButtons" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
alignment = 1
|
|
|
|
[node name="InsertBefore" type="Button" parent="PositioningButtons"]
|
|
layout_mode = 2
|
|
text = "+"
|
|
|
|
[node name="ShiftBack" type="Button" parent="PositioningButtons"]
|
|
layout_mode = 2
|
|
text = "<"
|
|
|
|
[node name="Remove" type="Button" parent="PositioningButtons"]
|
|
layout_mode = 2
|
|
text = "-"
|
|
|
|
[node name="ShiftForward" type="Button" parent="PositioningButtons"]
|
|
layout_mode = 2
|
|
text = ">"
|
|
|
|
[node name="InsertAfter" type="Button" parent="PositioningButtons"]
|
|
layout_mode = 2
|
|
text = "+"
|