diff options
Diffstat (limited to 'Scenes/Terminal/Screen.tscn')
| -rw-r--r-- | Scenes/Terminal/Screen.tscn | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/Scenes/Terminal/Screen.tscn b/Scenes/Terminal/Screen.tscn index 7b853b4..920dfb0 100644 --- a/Scenes/Terminal/Screen.tscn +++ b/Scenes/Terminal/Screen.tscn @@ -1,25 +1,35 @@ -[gd_scene format=2] +[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 -custom_constants/separation = 0 [node name="TopBar" type="PanelContainer" parent="ScreenContainer"] -offset_right = 640.0 -theme_type_variation = "InvertedPanelContainer" +layout_mode = 2 +offset_right = 1152.0 +size_flags_vertical = 0 +theme_type_variation = &"InvertedPanelContainer" [node name="Content" type="PanelContainer" parent="ScreenContainer"] -offset_right = 640.0 -offset_bottom = 480.0 +layout_mode = 2 +offset_right = 1152.0 +offset_bottom = 648.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" +layout_mode = 2 +offset_top = 648.0 +offset_right = 1152.0 +offset_bottom = 648.0 +size_flags_vertical = 8 +theme_type_variation = &"InvertedPanelContainer" |
