summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Scenes/Game/Game.tscn9
-rw-r--r--project.godot2
2 files changed, 7 insertions, 4 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"]
diff --git a/project.godot b/project.godot
index 72e325e..aa09f0d 100644
--- a/project.godot
+++ b/project.godot
@@ -45,7 +45,7 @@ config/icon="res://icon.png"
[autoload]
-MonitorEffect="res://Scenes/MonitorEffect.tscn"
+MonitorEffect="*res://Scenes/MonitorEffect.tscn"
[display]