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/Terminal/ButtonBlock.tscn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Scenes/Terminal/ButtonBlock.tscn') diff --git a/Scenes/Terminal/ButtonBlock.tscn b/Scenes/Terminal/ButtonBlock.tscn index d8d535a..6982d3d 100644 --- a/Scenes/Terminal/ButtonBlock.tscn +++ b/Scenes/Terminal/ButtonBlock.tscn @@ -7,14 +7,14 @@ anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 -custom_constants/margin_right = 200 -custom_constants/margin_left = 200 +custom_constants/offset_right = 200 +custom_constants/offset_left = 200 script = ExtResource( 1 ) [node name="Buttons" type="VBoxContainer" parent="."] unique_name_in_owner = true -margin_left = 200.0 -margin_right = 600.0 -margin_bottom = 600.0 +offset_left = 200.0 +offset_right = 600.0 +offset_bottom = 600.0 custom_constants/separation = 0 alignment = 1 -- cgit v1.2.3