67 lines
2.1 KiB
Plaintext
67 lines
2.1 KiB
Plaintext
|
|
[gd_scene load_steps=2 format=3 uid="uid://bwq0mho8g44av"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://dynra0wgb72s2" path="res://addons/reedscene/act/StateQuickConfigPanel.gd" id="1_8gjqu"]
|
||
|
|
|
||
|
|
[node name="StateQuickConfigPanel" type="PanelContainer"]
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
script = ExtResource("1_8gjqu")
|
||
|
|
|
||
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
|
layout_mode = 2
|
||
|
|
theme_override_constants/margin_left = 5
|
||
|
|
theme_override_constants/margin_top = 4
|
||
|
|
theme_override_constants/margin_right = 5
|
||
|
|
theme_override_constants/margin_bottom = 4
|
||
|
|
|
||
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="Header" type="Label" parent="MarginContainer/VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "State Quick Config Panel"
|
||
|
|
|
||
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/VBoxContainer"]
|
||
|
|
custom_minimum_size = Vector2(0, 300)
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_vertical = 3
|
||
|
|
|
||
|
|
[node name="SpawnSlotRoot" type="VBoxContainer" parent="MarginContainer/VBoxContainer/ScrollContainer"]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
|
||
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/VBoxContainer"]
|
||
|
|
custom_minimum_size = Vector2(0, 32)
|
||
|
|
layout_mode = 2
|
||
|
|
bbcode_enabled = true
|
||
|
|
text = "Context"
|
||
|
|
fit_content = true
|
||
|
|
|
||
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="AddButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
custom_minimum_size = Vector2(0, 24)
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
text = "Add"
|
||
|
|
|
||
|
|
[node name="RemoveButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
custom_minimum_size = Vector2(24, 24)
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
text = "Remove"
|
||
|
|
|
||
|
|
[node name="InsertButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
custom_minimum_size = Vector2(24, 24)
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
text = "Insert"
|