summaryrefslogtreecommitdiff
path: root/Scenes/Game
diff options
context:
space:
mode:
Diffstat (limited to 'Scenes/Game')
-rw-r--r--Scenes/Game/Game.tscn19
1 files changed, 13 insertions, 6 deletions
diff --git a/Scenes/Game/Game.tscn b/Scenes/Game/Game.tscn
index e2f7bc2..9762066 100644
--- a/Scenes/Game/Game.tscn
+++ b/Scenes/Game/Game.tscn
@@ -13,29 +13,36 @@ script = ExtResource( 4 )
[node name="Screen" parent="." instance=ExtResource( 1 )]
[node name="TopBar" parent="Screen/ScreenContainer" index="0"]
-margin_bottom = 27.0
+margin_right = 800.0
+margin_bottom = 26.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 = 27.0
-margin_bottom = 455.0
+margin_top = 26.0
+margin_right = 800.0
+margin_bottom = 575.0
[node name="OutputArea" parent="Screen/ScreenContainer/Content" index="0" instance=ExtResource( 2 )]
unique_name_in_owner = true
anchor_right = 0.0
anchor_bottom = 0.0
-margin_right = 640.0
-margin_bottom = 428.0
+margin_right = 800.0
+margin_bottom = 549.0
OutputBlockScene = ExtResource( 6 )
[node name="BottomBar" parent="Screen/ScreenContainer" index="2"]
-margin_top = 455.0
+margin_top = 575.0
+margin_right = 800.0
+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
[connection signal="CommandSubmitted" from="Screen/ScreenContainer/BottomBar/InputArea" to="." method="OnCommandSubmitted"]
[connection signal="UnknownInputSubmitted" from="Screen/ScreenContainer/BottomBar/InputArea" to="." method="OnUnknownInputSubmitted"]