1- [gd_scene load_steps =13 format =3 uid ="uid://dngytsjlmkfg7" ]
1+ [gd_scene load_steps =14 format =3 uid ="uid://dngytsjlmkfg7" ]
22
33[ext_resource type ="Script" uid ="uid://dpbmowgfmnxe5" path ="res://addons/gaea/editor/panel/panel.gd" id ="1_afcqa" ]
44[ext_resource type ="Script" uid ="uid://bedt1m4gyyvyv" path ="res://addons/gaea/editor/graph_editor/graph_edit.gd" id ="2_cdav6" ]
1010[ext_resource type ="Script" uid ="uid://bybvolyg1u0v4" path ="res://addons/gaea/editor/graph_editor/node_context_menu.gd" id ="4_vtsfx" ]
1111[ext_resource type ="Script" uid ="uid://cqd2rkam5cs3d" path ="res://addons/gaea/editor/graph_editor/create_node_popup.gd" id ="5_nbnm7" ]
1212[ext_resource type ="Script" uid ="uid://btt4eqjkp5pyf" path ="res://addons/gaea/editor/graph_editor/link_context_menu.gd" id ="7_dhpru" ]
13+ [ext_resource type ="PackedScene" uid ="uid://c0hkiofdk5jcx" path ="res://addons/gaea/editor/panel/right_panel/right_panel.tscn" id ="7_eht7w" ]
1314[ext_resource type ="PackedScene" uid ="uid://dcec3sivqmbjf" path ="res://addons/gaea/editor/panel/about_window.tscn" id ="9_affj1" ]
1415
1516[sub_resource type ="StyleBoxEmpty" id ="StyleBoxEmpty_dhpru" ]
1617
17- [node name ="GaeaPanel" type ="HSplitContainer" node_paths =PackedStringArray ("main_editor" , "graph_edit" , "file_list" )]
18+ [node name ="GaeaPanel" type ="HSplitContainer" node_paths =PackedStringArray ("main_editor" , "graph_edit" , "file_list" , "preview_panel" )]
1819custom_minimum_size = Vector2 (0 , 256 )
1920anchors_preset = 15
2021anchor_right = 1.0
@@ -25,6 +26,7 @@ script = ExtResource("1_afcqa")
2526main_editor = NodePath ("MainEditor" )
2627graph_edit = NodePath ("MainEditor/GraphEdit" )
2728file_list = NodePath ("FileSystemContainer" )
29+ preview_panel = NodePath ("MainEditor/PreviewPanel" )
2830
2931[node name ="FileSystemContainer" type ="VBoxContainer" parent ="." node_paths =PackedStringArray ("graph_edit" , "main_editor" , "menu_bar" , "file_list" , "context_menu" , "file_dialog" )]
3032clip_contents = true
@@ -63,25 +65,23 @@ size = Vector2i(960, 540)
6365mode_overrides_title = false
6466filters = PackedStringArray ("*.tres;Resource Files" )
6567
66- [node name ="MainEditor" type ="Control " parent ="." node_paths =PackedStringArray ("gaea_panel" , "graph_edit" , "about_window" , "create_node_popup" , "node_context_menu" , "link_context_menu" )]
68+ [node name ="MainEditor" type ="HSplitContainer " parent ="." node_paths =PackedStringArray ("gaea_panel" , "graph_edit" , "preview_panel " , "about_window" , "create_node_popup" , "node_context_menu" , "link_context_menu" )]
6769layout_mode = 2
6870size_flags_vertical = 3
71+ split_offset = 1000000
6972script = ExtResource ("4_gbl2m" )
7073gaea_panel = NodePath (".." )
7174graph_edit = NodePath ("GraphEdit" )
75+ preview_panel = NodePath ("PreviewPanel" )
7276about_window = NodePath ("AboutWindow" )
7377create_node_popup = NodePath ("CreateNodePopup" )
7478node_context_menu = NodePath ("NodeContextMenu" )
7579link_context_menu = NodePath ("LinkContextMenu" )
7680
7781[node name ="GraphEdit" type ="GraphEdit" parent ="MainEditor" node_paths =PackedStringArray ("main_editor" , "bottom_note_label" )]
7882visible = false
79- layout_mode = 1
80- anchors_preset = 15
81- anchor_right = 1.0
82- anchor_bottom = 1.0
83- grow_horizontal = 2
84- grow_vertical = 2
83+ custom_minimum_size = Vector2 (50 , 50 )
84+ layout_mode = 2
8585size_flags_vertical = 3
8686theme_override_colors/connection_rim_color = Color (0.0784314 , 0.0784314 , 0.0784314 , 1 )
8787grid_pattern = 1
@@ -117,6 +117,11 @@ text = "(0,0)"
117117fit_content = true
118118metadata/_edit_use_anchors_ = true
119119
120+ [node name ="PreviewPanel" parent ="MainEditor" node_paths =PackedStringArray ("main_editor" ) instance =ExtResource ("7_eht7w" )]
121+ visible = false
122+ layout_mode = 2
123+ main_editor = NodePath (".." )
124+
120125[node name ="AboutWindow" parent ="MainEditor" node_paths =PackedStringArray ("main_editor" ) instance =ExtResource ("9_affj1" )]
121126visible = false
122127exclusive = true
0 commit comments