[gd_scene load_steps=4 format=2] [ext_resource path="res://scenes/shell/View.gd" type="Script" id=1] [ext_resource path="res://assets/icons/Close.svg" type="Texture" id=2] [ext_resource path="res://assets/icons/Collapse.svg" type="Texture" id=3] [node name="View" type="PanelContainer"] margin_right = 510.0 margin_bottom = 600.0 mouse_filter = 2 size_flags_horizontal = 3 size_flags_vertical = 3 script = ExtResource( 1 ) [node name="Panel" type="Panel" parent="."] margin_left = 6.0 margin_top = 4.0 margin_right = 504.0 margin_bottom = 596.0 mouse_filter = 2 [node name="VBoxContainer" type="VBoxContainer" parent="."] margin_left = 6.0 margin_top = 4.0 margin_right = 504.0 margin_bottom = 596.0 mouse_filter = 2 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="Bar" type="PanelContainer" parent="VBoxContainer"] margin_right = 498.0 margin_bottom = 30.0 mouse_filter = 2 size_flags_horizontal = 3 [node name="Panel" type="Panel" parent="VBoxContainer/Bar"] margin_left = 6.0 margin_top = 4.0 margin_right = 492.0 margin_bottom = 26.0 mouse_filter = 2 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/Bar"] margin_left = 6.0 margin_top = 4.0 margin_right = 492.0 margin_bottom = 26.0 mouse_filter = 2 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="Title" type="Label" parent="VBoxContainer/Bar/HBoxContainer"] margin_right = 446.0 margin_bottom = 22.0 size_flags_horizontal = 3 text = "Window" [node name="Minimize" type="TextureButton" parent="VBoxContainer/Bar/HBoxContainer"] margin_left = 450.0 margin_right = 466.0 margin_bottom = 22.0 texture_normal = ExtResource( 3 ) texture_pressed = ExtResource( 3 ) texture_hover = ExtResource( 3 ) texture_disabled = ExtResource( 3 ) texture_focused = ExtResource( 3 ) [node name="Close" type="TextureButton" parent="VBoxContainer/Bar/HBoxContainer"] margin_left = 470.0 margin_right = 486.0 margin_bottom = 22.0 texture_normal = ExtResource( 2 ) texture_pressed = ExtResource( 2 ) texture_hover = ExtResource( 2 ) texture_disabled = ExtResource( 2 ) texture_focused = ExtResource( 2 ) [node name="ScrollableConent" type="ScrollContainer" parent="VBoxContainer"] margin_top = 34.0 margin_right = 498.0 margin_bottom = 592.0 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="ReferenceRect" type="ReferenceRect" parent="."] margin_left = 6.0 margin_top = 4.0 margin_right = 504.0 margin_bottom = 596.0 mouse_filter = 2 border_color = Color( 0.647059, 0.647059, 0.647059, 1 ) editor_only = false