diff options
Diffstat (limited to 'Scenes/Game')
| -rw-r--r-- | Scenes/Game/Game.tscn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Scenes/Game/Game.tscn b/Scenes/Game/Game.tscn index 9762066..6388345 100644 --- a/Scenes/Game/Game.tscn +++ b/Scenes/Game/Game.tscn @@ -14,16 +14,15 @@ script = ExtResource( 4 ) [node name="TopBar" parent="Screen/ScreenContainer" index="0"] margin_right = 800.0 -margin_bottom = 26.0 +margin_bottom = 27.0 [node name="StatusArea" parent="Screen/ScreenContainer/TopBar" index="0" instance=ExtResource( 5 )] unique_name_in_owner = true margin_right = 800.0 -margin_bottom = 26.0 Title = "Adventure Title" [node name="Content" parent="Screen/ScreenContainer" index="1"] -margin_top = 26.0 +margin_top = 27.0 margin_right = 800.0 margin_bottom = 575.0 @@ -32,7 +31,7 @@ unique_name_in_owner = true anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 800.0 -margin_bottom = 549.0 +margin_bottom = 548.0 OutputBlockScene = ExtResource( 6 ) [node name="BottomBar" parent="Screen/ScreenContainer" index="2"] |
