From 23a3b14f4d3662f20d7202aeb569b789b520ba57 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Tue, 6 Sep 2022 17:26:40 +0200 Subject: texty: reconfigure autoloaded effects layer --- Scenes/Game/Game.tscn | 9 ++++++--- project.godot | 2 +- 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] -- cgit v1.2.3