diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 00:31:07 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 00:31:07 +0200 |
| commit | 000f1c89ce7505b7d0d59af86c5ab5be2cfca54e (patch) | |
| tree | e4e8d5f44615450df66143474c090b3e14b54e6b /Scenes/Game | |
| parent | f20bd89dc4a7bf14a88b1effcaa1887b29314525 (diff) | |
| download | texty-000f1c89ce7505b7d0d59af86c5ab5be2cfca54e.tar.xz texty-000f1c89ce7505b7d0d59af86c5ab5be2cfca54e.zip | |
game: reorganize global structure
Diffstat (limited to 'Scenes/Game')
| -rw-r--r-- | Scenes/Game/Game.tscn | 19 |
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"] |
