[gd_scene load_steps=8 format=2] [ext_resource path="res://user_interface/chat_panel/chat_panel.tscn" type="PackedScene" id=1] [ext_resource path="res://user_interface/tool_bar/tool_bar.tscn" type="PackedScene" id=2] [ext_resource path="res://user_interface/topic_panel/topic_panel.tscn" type="PackedScene" id=3] [ext_resource path="res://user_interface/debug_panel/debug_panel.tscn" type="PackedScene" id=4] [ext_resource path="res://user_interface/call_panel/call_panel.tscn" type="PackedScene" id=5] [ext_resource path="res://user_interface/main.theme" type="Theme" id=9] [ext_resource path="res://user_interface/main.gd" type="Script" id=13] [node name="Main" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 rect_min_size = Vector2( 984, 360 ) theme = ExtResource( 9 ) script = ExtResource( 13 ) __meta__ = { "_edit_use_anchors_": false } [node name="Panel" type="Panel" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 __meta__ = { "_edit_use_anchors_": false } [node name="MarginContainer" type="MarginContainer" parent="Panel"] anchor_right = 1.0 anchor_bottom = 1.0 __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer"] margin_left = 8.0 margin_top = 8.0 margin_right = 1016.0 margin_bottom = 568.0 [node name="DebugPanel" parent="Panel/MarginContainer/VBoxContainer" instance=ExtResource( 4 )] visible = false [node name="CallPanel" parent="Panel/MarginContainer/VBoxContainer" instance=ExtResource( 5 )] visible = false [node name="HBoxContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer"] margin_right = 1008.0 margin_bottom = 560.0 size_flags_vertical = 3 __meta__ = { "_edit_use_anchors_": false } [node name="SidePanel" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer"] margin_right = 328.0 margin_bottom = 560.0 rect_min_size = Vector2( 328, 0 ) [node name="TopicPanel" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/SidePanel" instance=ExtResource( 3 )] margin_bottom = 484.0 [node name="ToolBar" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer/SidePanel" instance=ExtResource( 2 )] margin_top = 492.0 margin_bottom = 560.0 [node name="ChatPanel" parent="Panel/MarginContainer/VBoxContainer/HBoxContainer" instance=ExtResource( 1 )] margin_bottom = 560.0 [connection signal="resized" from="." to="." method="_on_resized"]