tochie-facade/scenes/shell/Shell.tscn

136 lines
3.8 KiB
Plaintext
Raw Permalink Normal View History

2023-09-25 07:57:50 +00:00
[gd_scene load_steps=9 format=2]
[ext_resource path="res://scenes/shell/ResourceView.gd" type="Script" id=1]
[ext_resource path="res://scenes/shell/ServerResources.gd" type="Script" id=2]
[ext_resource path="res://scenes/shell/View.tscn" type="PackedScene" id=3]
[ext_resource path="res://themes/jc.godot.plane-editor-theme-main/Themes/Dark/Default/DarkPlane.tres" type="Theme" id=4]
[ext_resource path="res://scenes/shell/Shell.gd" type="Script" id=5]
[ext_resource path="res://scenes/shell/Groupchat.tscn" type="PackedScene" id=6]
[sub_resource type="Gradient" id=1]
interpolation_mode = 2
offsets = PoolRealArray( 0, 0.818182, 1 )
colors = PoolColorArray( 1, 0.429688, 0.429688, 1, 0.791634, 0.590696, 0.807972, 1, 1, 0.675781, 0.736572, 1 )
[sub_resource type="GradientTexture2D" id=2]
gradient = SubResource( 1 )
width = 256
height = 256
fill_from = Vector2( 1, 0 )
fill_to = Vector2( 0, 0 )
[node name="Shell" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 4 )
script = ExtResource( 5 )
[node name="TextureRect" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
texture = SubResource( 2 )
expand = true
[node name="Views" type="PanelContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
[node name="HBoxContainer" type="HSplitContainer" parent="Views"]
margin_left = 6.0
margin_top = 4.0
margin_right = 1018.0
margin_bottom = 596.0
mouse_filter = 1
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="View" parent="Views/HBoxContainer" instance=ExtResource( 3 )]
margin_right = 502.0
margin_bottom = 592.0
title = "server resources"
[node name="ServerResources" type="VBoxContainer" parent="Views/HBoxContainer/View"]
margin_left = 6.0
margin_top = 4.0
margin_right = 496.0
margin_bottom = 588.0
mouse_filter = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="ResourceView" type="Tree" parent="Views/HBoxContainer/View/ServerResources"]
margin_right = 490.0
margin_bottom = 558.0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
size_flags_vertical = 3
allow_rmb_select = true
hide_root = true
select_mode = 1
script = ExtResource( 1 )
[node name="HBoxContainer" type="HBoxContainer" parent="Views/HBoxContainer/View/ServerResources"]
margin_top = 562.0
margin_right = 490.0
margin_bottom = 584.0
mouse_filter = 2
[node name="AddConnection" type="Button" parent="Views/HBoxContainer/View/ServerResources/HBoxContainer"]
margin_right = 112.0
margin_bottom = 22.0
size_flags_horizontal = 5
text = "Add connection"
[node name="VSplitContainer" type="VSplitContainer" parent="Views/HBoxContainer"]
margin_left = 510.0
margin_right = 1012.0
margin_bottom = 592.0
mouse_filter = 1
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="View2" parent="Views/HBoxContainer/VSplitContainer" instance=ExtResource( 3 )]
margin_right = 502.0
margin_bottom = 292.0
title = "muc.poto@cafe/facade"
closable = true
[node name="VBoxContainer" parent="Views/HBoxContainer/VSplitContainer/View2" instance=ExtResource( 6 )]
margin_left = 6.0
margin_top = 4.0
margin_right = 496.0
margin_bottom = 288.0
__meta__ = {
"_edit_lock_": true
}
[node name="View3" parent="Views/HBoxContainer/VSplitContainer" instance=ExtResource( 3 )]
margin_top = 300.0
margin_right = 502.0
margin_bottom = 592.0
title = "muc.poto@cafe/facade"
closable = true
[node name="VBoxContainer2" parent="Views/HBoxContainer/VSplitContainer/View3" instance=ExtResource( 6 )]
margin_left = 6.0
margin_top = 4.0
margin_right = 496.0
margin_bottom = 288.0
__meta__ = {
"_edit_lock_": true
}
[node name="DropMenu" type="PopupMenu" parent="."]
margin_left = 192.0
margin_top = 208.0
margin_right = 384.0
margin_bottom = 352.0
items = [ "Join", null, 0, false, false, 0, 0, null, "", false ]
hide_on_checkable_item_selection = false
allow_search = true