diff options
Diffstat (limited to 'Scenes')
| -rw-r--r-- | Scenes/Game/Game.tscn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Scenes/Game/Game.tscn b/Scenes/Game/Game.tscn index 6388345..f571b52 100644 --- a/Scenes/Game/Game.tscn +++ b/Scenes/Game/Game.tscn @@ -18,7 +18,8 @@ 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_left = 8.0 +margin_right = 792.0 Title = "Adventure Title" [node name="Content" parent="Screen/ScreenContainer" index="1"] @@ -30,7 +31,8 @@ margin_bottom = 575.0 unique_name_in_owner = true anchor_right = 0.0 anchor_bottom = 0.0 -margin_right = 800.0 +margin_left = 8.0 +margin_right = 792.0 margin_bottom = 548.0 OutputBlockScene = ExtResource( 6 ) @@ -41,7 +43,8 @@ margin_bottom = 600.0 [node name="InputArea" parent="Screen/ScreenContainer/BottomBar" index="0" instance=ExtResource( 3 )] unique_name_in_owner = true -margin_right = 800.0 +margin_left = 8.0 +margin_right = 792.0 [connection signal="CommandSubmitted" from="Screen/ScreenContainer/BottomBar/InputArea" to="." method="OnCommandSubmitted"] [connection signal="UnknownInputSubmitted" from="Screen/ScreenContainer/BottomBar/InputArea" to="." method="OnUnknownInputSubmitted"] |
