2024-05-12 10:00:47 +00:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://ckl23uwxrjat4"]
|
|
|
|
|
2024-05-12 15:06:07 +00:00
|
|
|
[ext_resource type="Script" path="res://scripts/loader/uiLoader/LevelGraphEditorLoader.cs" id="1_g1axq"]
|
2024-05-12 10:00:47 +00:00
|
|
|
|
|
|
|
[node name="LevelGraphEditor" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2024-05-12 15:06:07 +00:00
|
|
|
script = ExtResource("1_g1axq")
|
2024-05-12 10:00:47 +00:00
|
|
|
|
|
|
|
[node name="GraphEdit" type="GraphEdit" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2024-05-12 15:06:07 +00:00
|
|
|
offset_left = 12.0
|
|
|
|
offset_top = 52.0
|
|
|
|
offset_right = -16.0
|
|
|
|
offset_bottom = -13.0
|
2024-05-12 10:00:47 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
show_grid = false
|
|
|
|
minimap_enabled = false
|
|
|
|
show_minimap_button = false
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 11.0
|
|
|
|
offset_top = 7.0
|
|
|
|
offset_right = 143.0
|
|
|
|
offset_bottom = 32.0
|
|
|
|
text = "level_graph_editor"
|
|
|
|
|
|
|
|
[node name="CreateOrEditorPanel" type="Panel" parent="."]
|
2024-05-27 15:10:56 +00:00
|
|
|
visible = false
|
2024-05-12 10:00:47 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2024-05-12 15:06:07 +00:00
|
|
|
offset_left = 15.0
|
|
|
|
offset_top = 44.0
|
|
|
|
offset_right = -16.0
|
|
|
|
offset_bottom = -15.0
|
2024-05-12 10:00:47 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="CreateOrEditorPanel"]
|
2024-05-12 15:06:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
offset_left = 10.0
|
|
|
|
offset_top = 13.0
|
|
|
|
offset_right = 97.0
|
|
|
|
offset_bottom = 38.0
|
2024-05-12 10:00:47 +00:00
|
|
|
text = "create_room"
|
|
|
|
|
|
|
|
[node name="Label3" type="Label" parent="CreateOrEditorPanel"]
|
2024-05-12 15:06:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
offset_left = 12.0
|
|
|
|
offset_top = 106.0
|
|
|
|
offset_right = 72.0
|
|
|
|
offset_bottom = 131.0
|
2024-05-12 10:00:47 +00:00
|
|
|
text = "describe"
|
|
|
|
|
2024-05-14 14:26:33 +00:00
|
|
|
[node name="Label4" type="Label" parent="CreateOrEditorPanel"]
|
|
|
|
layout_mode = 1
|
|
|
|
offset_left = 15.0
|
|
|
|
offset_top = 152.0
|
|
|
|
offset_right = 75.0
|
|
|
|
offset_bottom = 177.0
|
|
|
|
text = "room_template_collection_prompt"
|
|
|
|
|
|
|
|
[node name="RoomTemplateTipsLabel" type="Label" parent="CreateOrEditorPanel"]
|
|
|
|
layout_mode = 1
|
|
|
|
offset_left = 18.0
|
|
|
|
offset_top = 319.0
|
|
|
|
offset_right = 265.0
|
|
|
|
offset_bottom = 344.0
|
|
|
|
text = "errorTip"
|
|
|
|
|
2024-05-12 10:00:47 +00:00
|
|
|
[node name="RoomNameLineEdit" type="LineEdit" parent="CreateOrEditorPanel"]
|
2024-05-12 15:06:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 10
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_left = 100.0
|
|
|
|
offset_top = 59.0
|
|
|
|
offset_right = -8.0
|
|
|
|
offset_bottom = 92.0
|
|
|
|
grow_horizontal = 2
|
2024-05-12 10:00:47 +00:00
|
|
|
|
|
|
|
[node name="RoomDescriptionLineEdit" type="LineEdit" parent="CreateOrEditorPanel"]
|
2024-05-12 15:06:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 10
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_left = 100.0
|
|
|
|
offset_top = 104.0
|
|
|
|
offset_right = -8.0
|
|
|
|
offset_bottom = 137.0
|
|
|
|
grow_horizontal = 2
|
2024-05-12 10:00:47 +00:00
|
|
|
|
|
|
|
[node name="HideCreateRoomPanelButton" type="Button" parent="CreateOrEditorPanel"]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 1
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
2024-05-12 15:06:07 +00:00
|
|
|
offset_left = -57.0
|
|
|
|
offset_top = 6.0
|
|
|
|
offset_right = -11.0
|
|
|
|
offset_bottom = 39.0
|
2024-05-12 10:00:47 +00:00
|
|
|
grow_horizontal = 0
|
|
|
|
text = "close"
|
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="CreateOrEditorPanel"]
|
2024-05-12 15:06:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
offset_left = 13.0
|
|
|
|
offset_top = 60.0
|
|
|
|
offset_right = 48.0
|
|
|
|
offset_bottom = 85.0
|
2024-05-12 10:00:47 +00:00
|
|
|
text = "name"
|
|
|
|
|
|
|
|
[node name="CreateRoomButton" type="Button" parent="CreateOrEditorPanel"]
|
2024-05-12 15:06:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 3
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = -80.0
|
|
|
|
offset_top = -46.0
|
|
|
|
offset_right = -13.0
|
|
|
|
offset_bottom = -13.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
grow_vertical = 0
|
2024-05-12 10:00:47 +00:00
|
|
|
text = "creation"
|
|
|
|
|
2024-05-14 14:26:33 +00:00
|
|
|
[node name="RoomTemplateCollectionTextEdit" type="TextEdit" parent="CreateOrEditorPanel"]
|
2024-05-26 03:10:21 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 10
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_left = 9.0
|
|
|
|
offset_top = 184.0
|
|
|
|
offset_right = -11.0
|
|
|
|
offset_bottom = 298.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
|
|
|
[node name="Label5" type="Label" parent="CreateOrEditorPanel"]
|
2024-05-14 14:26:33 +00:00
|
|
|
layout_mode = 0
|
2024-05-26 03:10:21 +00:00
|
|
|
offset_left = 21.0
|
|
|
|
offset_top = 354.0
|
|
|
|
offset_right = 61.0
|
|
|
|
offset_bottom = 379.0
|
|
|
|
text = "tags"
|
2024-05-14 14:26:33 +00:00
|
|
|
|
2024-05-27 14:10:05 +00:00
|
|
|
[node name="TagLineEdit" type="LineEdit" parent="CreateOrEditorPanel"]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 10
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_left = 16.0
|
|
|
|
offset_top = 388.0
|
|
|
|
offset_right = -15.0
|
|
|
|
offset_bottom = 421.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
2024-05-12 15:06:07 +00:00
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
2024-05-12 10:00:47 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 1
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
2024-05-12 15:06:07 +00:00
|
|
|
offset_left = -160.0
|
|
|
|
offset_top = 4.0
|
|
|
|
offset_right = -15.0
|
|
|
|
offset_bottom = 47.0
|
2024-05-12 10:00:47 +00:00
|
|
|
grow_horizontal = 0
|
2024-05-12 15:06:07 +00:00
|
|
|
|
2024-05-17 14:08:19 +00:00
|
|
|
[node name="DeleteSelectedNodeButton" type="Button" parent="HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "delete_selected_node"
|
|
|
|
|
2024-05-15 13:52:07 +00:00
|
|
|
[node name="OpenExportFolderButton" type="Button" parent="HBoxContainer"]
|
2024-05-14 14:26:33 +00:00
|
|
|
layout_mode = 2
|
2024-05-15 13:52:07 +00:00
|
|
|
text = "open_the_export_directory"
|
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="ShowSavePanelButton" type="Button" parent="HBoxContainer"]
|
2024-05-15 13:52:07 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "save"
|
2024-05-14 14:26:33 +00:00
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="ShowLoadPanelButton" type="Button" parent="HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "load"
|
|
|
|
|
2024-05-12 15:06:07 +00:00
|
|
|
[node name="ShowCreateRoomPanelButton" type="Button" parent="HBoxContainer"]
|
|
|
|
layout_mode = 2
|
2024-05-12 10:00:47 +00:00
|
|
|
text = "create_room"
|
2024-05-12 15:06:07 +00:00
|
|
|
|
|
|
|
[node name="ReturnButton" type="Button" parent="HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "close"
|
2024-05-15 13:52:07 +00:00
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="SaveOrLoadPanel" type="Panel" parent="."]
|
2024-05-15 13:52:07 +00:00
|
|
|
visible = false
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = 232.0
|
|
|
|
offset_top = 202.0
|
|
|
|
offset_right = -121.0
|
|
|
|
offset_bottom = -155.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="SaveOrLoadPanelTitleLabel" type="Label" parent="SaveOrLoadPanel"]
|
2024-05-15 13:52:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 5
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
offset_left = -18.5
|
|
|
|
offset_top = 15.0
|
|
|
|
offset_right = 21.5
|
|
|
|
offset_bottom = 40.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
text = "save"
|
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="FileNameLineEdit" type="LineEdit" parent="SaveOrLoadPanel"]
|
2024-05-15 13:52:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 14
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = 18.0
|
|
|
|
offset_top = -5.0
|
|
|
|
offset_right = -18.0
|
|
|
|
offset_bottom = 28.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="Label" type="Label" parent="SaveOrLoadPanel"]
|
2024-05-15 13:52:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 4
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = 20.0
|
|
|
|
offset_top = -38.0
|
|
|
|
offset_right = 80.0
|
|
|
|
offset_bottom = -13.0
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "filename"
|
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="SaveOrLoadPanel"]
|
2024-05-15 13:52:07 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 3
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = -117.0
|
|
|
|
offset_top = -50.0
|
|
|
|
offset_right = -19.0
|
|
|
|
offset_bottom = -10.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
grow_vertical = 0
|
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="CancelButton" type="Button" parent="SaveOrLoadPanel/HBoxContainer"]
|
2024-05-15 13:52:07 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "cancel"
|
|
|
|
|
2024-05-16 14:46:03 +00:00
|
|
|
[node name="ActionButton" type="Button" parent="SaveOrLoadPanel/HBoxContainer"]
|
2024-05-15 13:52:07 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "save"
|