mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/module_manager/panels/MainPanel.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/module_manager/panels/FolderEntryButton.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://addons/module_manager/panels/ResourcePanel.tscn" type="PackedScene" id=3]
|
|
|
|
|
|
[node name="Panel" type="MarginContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
resource_scene = ExtResource( 3 )
|
|
folder_entry_button_scene = ExtResource( 2 )
|
|
base_folder = "res://data/"
|
|
main_container = NodePath("HSplitContainer/MarginContainer")
|
|
folder_entry_container_path = NodePath("HSplitContainer/ScrollContainer/VBoxContainer")
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="."]
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
split_offset = 210
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="HSplitContainer"]
|
|
margin_right = 210.0
|
|
margin_bottom = 600.0
|
|
size_flags_vertical = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HSplitContainer/ScrollContainer"]
|
|
margin_right = 210.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="HSplitContainer"]
|
|
margin_left = 222.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|