From e127ad39e742396030352240d829bc903b1d4464 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 3 Oct 2022 22:22:50 +0200 Subject: godot: inital Godot 4 migration --- Scenes/Game/Game.tscn | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'Scenes/Game') 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"] -- cgit v1.2.3