blob: 7b853b45e3f9d6cd1dc9a3ce2eb4fa064cc0cde5 (
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
|
[gd_scene format=2]
[node name="Screen" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="ScreenContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/separation = 0
[node name="TopBar" type="PanelContainer" parent="ScreenContainer"]
offset_right = 640.0
theme_type_variation = "InvertedPanelContainer"
[node name="Content" type="PanelContainer" parent="ScreenContainer"]
offset_right = 640.0
offset_bottom = 480.0
size_flags_vertical = 3
[node name="BottomBar" type="PanelContainer" parent="ScreenContainer"]
offset_top = 480.0
offset_right = 640.0
offset_bottom = 480.0
theme_type_variation = "InvertedPanelContainer"
|