diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:02:27 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:18:24 +0200 |
| commit | 0e93e05427b045088a8f5257cee3c1a3a54e7888 (patch) | |
| tree | 609b7aef21a5e3a0e6ba4c2e21c2f52d3fa73702 /Scenes/Terminal/Screen.tscn | |
| parent | 5aef5f2804e6c32d93174719bc66eec98ae62a46 (diff) | |
| download | texty-0e93e05427b045088a8f5257cee3c1a3a54e7888.tar.xz texty-0e93e05427b045088a8f5257cee3c1a3a54e7888.zip | |
scenes: finish Godot 4 upgrades
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" |
