blob: 920dfb056aa2076d25a742ccff4b044112d64139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[gd_scene format=3 uid="uid://bp8kjovrt7gxk"]
[node name="Screen" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ScreenContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="TopBar" type="PanelContainer" parent="ScreenContainer"]
layout_mode = 2
offset_right = 1152.0
size_flags_vertical = 0
theme_type_variation = &"InvertedPanelContainer"
[node name="Content" type="PanelContainer" parent="ScreenContainer"]
layout_mode = 2
offset_right = 1152.0
offset_bottom = 648.0
size_flags_vertical = 3
[node name="BottomBar" type="PanelContainer" parent="ScreenContainer"]
layout_mode = 2
offset_top = 648.0
offset_right = 1152.0
offset_bottom = 648.0
size_flags_vertical = 8
theme_type_variation = &"InvertedPanelContainer"
|