From c11cfb46c20d1944cced3db780458d3807738239 Mon Sep 17 00:00:00 2001 From: lightyears Date: Mon, 20 Feb 2023 07:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.godot | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index 7f0e341..32b5d6b 100644 --- a/project.godot +++ b/project.godot @@ -10,9 +10,14 @@ config_version=5 [application] -config/name="The Country of Mountains and Seas" +config/name="CMSGame" +config/name_localized={ +"en": "The Country of Mountains and Seas", +"zh_Hans": "山与海的国", +"zh_Hant": "山與海的囯" +} run/main_scene="res://Scenes/MainScene.tscn" -config/features=PackedStringArray("4.0", "Forward Plus") +config/features=PackedStringArray("4.0", "C#", "Forward Plus") config/icon="res://icon.svg" [autoload]