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