45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cdnowhkg5cq88"]
|
|
|
|
[ext_resource type="Script" uid="uid://d3g84xgbh8nlp" path="res://scenes/UI/ui_window.gd" id="1_11aw0"]
|
|
|
|
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_11aw0"]
|
|
size = Vector2(16, 16)
|
|
|
|
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_ishqf"]
|
|
size = Vector2(16, 16)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer"]
|
|
offset_right = 196.0
|
|
offset_bottom = 36.0
|
|
script = ExtResource("1_11aw0")
|
|
|
|
[node name="TitleBar" type="PanelContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="TitleBar"]
|
|
layout_mode = 2
|
|
|
|
[node name="TitleLabel" type="Label" parent="TitleBar/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Placeholder Title"
|
|
|
|
[node name="FlipButton" type="Button" parent="TitleBar/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
icon = SubResource("PlaceholderTexture2D_11aw0")
|
|
|
|
[node name="CloseButton" type="Button" parent="TitleBar/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
icon = SubResource("PlaceholderTexture2D_ishqf")
|
|
|
|
[node name="ContentContainer" type="MarginContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/margin_left = 4
|
|
theme_override_constants/margin_top = 4
|
|
theme_override_constants/margin_right = 4
|
|
theme_override_constants/margin_bottom = 4
|