From 5c4dc3718156d86b836321eb9d684f6ba76f42c5 Mon Sep 17 00:00:00 2001 From: Cold-Mint Date: Thu, 9 May 2024 21:25:04 +0800 Subject: [PATCH] =?UTF-8?q?Update=20the=20main=20menu.=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BB=E8=8F=9C=E5=8D=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.godot | 1 - scenes/mainMenu.tscn | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 93617b2..eecff5d 100644 --- a/project.godot +++ b/project.godot @@ -147,7 +147,6 @@ hotbar_previous={ [internationalization] locale/translations=PackedStringArray("res://locals/UI.en.translation", "res://locals/UI.zh.translation", "res://locals/Error.zh.translation", "res://locals/Error.en.translation", "res://locals/slogan.en.translation", "res://locals/slogan.zh.translation", "res://locals/Log.en.translation", "res://locals/Log.zh.translation", "res://locals/Weapon.en.translation", "res://locals/Weapon.zh.translation", "res://locals/InputMapping.en.translation", "res://locals/InputMapping.zh.translation", "res://locals/Error.jp.translation", "res://locals/InputMapping.jp.translation", "res://locals/Log.jp.translation", "res://locals/slogan.jp.translation", "res://locals/UI.jp.translation", "res://locals/Weapon.jp.translation") -locale/test="jp" [layer_names] diff --git a/scenes/mainMenu.tscn b/scenes/mainMenu.tscn index ad20e7d..04fe4bb 100644 --- a/scenes/mainMenu.tscn +++ b/scenes/mainMenu.tscn @@ -105,3 +105,18 @@ grow_vertical = 0 [node name="VersionLabel" type="Label" parent="VBoxContainer2"] layout_mode = 2 +horizontal_alignment = 2 + +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer2"] +layout_mode = 2 + +[node name="GodotLabel" type="Label" parent="VBoxContainer2/HBoxContainer"] +layout_mode = 2 +text = "Power by" +horizontal_alignment = 2 + +[node name="LinkButton" type="LinkButton" parent="VBoxContainer2/HBoxContainer"] +layout_mode = 2 +text = "Godot Engine" +underline = 1 +uri = "https://godotengine.org/"