Update the main menu.

更新主菜单。
This commit is contained in:
Cold-Mint 2024-05-09 21:25:04 +08:00
parent 5cdb720d37
commit 5c4dc37181
Signed by: Cold-Mint
GPG Key ID: C5A9BF8A98E0CE99
2 changed files with 15 additions and 1 deletions

View File

@ -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]

View File

@ -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/"