summaryrefslogtreecommitdiff
path: root/Scenes/Game
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-10-03 22:22:50 +0200
committerSophia Pearson <codergal89@gmail.com>2022-10-04 22:18:18 +0200
commite127ad39e742396030352240d829bc903b1d4464 (patch)
tree10cc21d70bf13181aef7c8ad0344077ff63579a3 /Scenes/Game
parentddbb045f6387a8ba23b1210b27a745516a387a52 (diff)
downloadtexty-e127ad39e742396030352240d829bc903b1d4464.tar.xz
texty-e127ad39e742396030352240d829bc903b1d4464.zip
godot: inital Godot 4 migration
Diffstat (limited to 'Scenes/Game')
-rw-r--r--Scenes/Game/Game.tscn30
1 files changed, 15 insertions, 15 deletions
diff --git a/Scenes/Game/Game.tscn b/Scenes/Game/Game.tscn
index f571b52..4d62d3a 100644
--- a/Scenes/Game/Game.tscn
+++ b/Scenes/Game/Game.tscn
@@ -13,38 +13,38 @@ script = ExtResource( 4 )
[node name="Screen" parent="." instance=ExtResource( 1 )]
[node name="TopBar" parent="Screen/ScreenContainer" index="0"]
-margin_right = 800.0
-margin_bottom = 27.0
+offset_right = 800.0
+offset_bottom = 27.0
[node name="StatusArea" parent="Screen/ScreenContainer/TopBar" index="0" instance=ExtResource( 5 )]
unique_name_in_owner = true
-margin_left = 8.0
-margin_right = 792.0
+offset_left = 8.0
+offset_right = 792.0
Title = "Adventure Title"
[node name="Content" parent="Screen/ScreenContainer" index="1"]
-margin_top = 27.0
-margin_right = 800.0
-margin_bottom = 575.0
+offset_top = 27.0
+offset_right = 800.0
+offset_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_left = 8.0
-margin_right = 792.0
-margin_bottom = 548.0
+offset_left = 8.0
+offset_right = 792.0
+offset_bottom = 548.0
OutputBlockScene = ExtResource( 6 )
[node name="BottomBar" parent="Screen/ScreenContainer" index="2"]
-margin_top = 575.0
-margin_right = 800.0
-margin_bottom = 600.0
+offset_top = 575.0
+offset_right = 800.0
+offset_bottom = 600.0
[node name="InputArea" parent="Screen/ScreenContainer/BottomBar" index="0" instance=ExtResource( 3 )]
unique_name_in_owner = true
-margin_left = 8.0
-margin_right = 792.0
+offset_left = 8.0
+offset_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"]