diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-10-03 22:22:50 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:18:18 +0200 |
| commit | e127ad39e742396030352240d829bc903b1d4464 (patch) | |
| tree | 10cc21d70bf13181aef7c8ad0344077ff63579a3 /Scenes/Menus/MainMenuButtons.tscn | |
| parent | ddbb045f6387a8ba23b1210b27a745516a387a52 (diff) | |
| download | texty-e127ad39e742396030352240d829bc903b1d4464.tar.xz texty-e127ad39e742396030352240d829bc903b1d4464.zip | |
godot: inital Godot 4 migration
Diffstat (limited to 'Scenes/Menus/MainMenuButtons.tscn')
| -rw-r--r-- | Scenes/Menus/MainMenuButtons.tscn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Scenes/Menus/MainMenuButtons.tscn b/Scenes/Menus/MainMenuButtons.tscn index 301c121..6b8a6dc 100644 --- a/Scenes/Menus/MainMenuButtons.tscn +++ b/Scenes/Menus/MainMenuButtons.tscn @@ -7,19 +7,19 @@ script = ExtResource( 2 ) [node name="StartButton" type="Button" parent="Buttons" index="0"] -margin_top = 262.0 -margin_right = 400.0 -margin_bottom = 287.0 +offset_top = 262.0 +offset_right = 400.0 +offset_bottom = 287.0 text = "BUTTON_START_GAME" [node name="CreditsButton" type="Button" parent="Buttons" index="1"] -margin_top = 287.0 -margin_right = 400.0 -margin_bottom = 312.0 +offset_top = 287.0 +offset_right = 400.0 +offset_bottom = 312.0 text = "BUTTON_CREDITS" [node name="QuitButton" type="Button" parent="Buttons" index="2"] -margin_top = 312.0 -margin_right = 400.0 -margin_bottom = 337.0 +offset_top = 312.0 +offset_right = 400.0 +offset_bottom = 337.0 text = "BUTTON_QUIT_GAME" |
