Update the main menu.
更新主菜单。
This commit is contained in:
parent
5cdb720d37
commit
5c4dc37181
|
@ -147,7 +147,6 @@ hotbar_previous={
|
||||||
[internationalization]
|
[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/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]
|
[layer_names]
|
||||||
|
|
||||||
|
|
|
@ -105,3 +105,18 @@ grow_vertical = 0
|
||||||
|
|
||||||
[node name="VersionLabel" type="Label" parent="VBoxContainer2"]
|
[node name="VersionLabel" type="Label" parent="VBoxContainer2"]
|
||||||
layout_mode = 2
|
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/"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user