调整readme
This commit is contained in:
@@ -11,13 +11,17 @@ config_version=5
|
||||
[application]
|
||||
|
||||
config/name="AI Town Game"
|
||||
config/name_localized={
|
||||
"zh_CN": ""
|
||||
}
|
||||
config/description="2D multiplayer AI town game with Datawhale office"
|
||||
run/main_scene="res://scenes/Main.tscn"
|
||||
config/features=PackedStringArray("4.5", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
config/icon="uid://chi2r61dc3rhs"
|
||||
|
||||
[autoload]
|
||||
|
||||
ChineseFontLoader="*res://scripts/ChineseFontLoader.gd"
|
||||
Utils="*res://scripts/Utils.gd"
|
||||
GameConfig="*res://scripts/GameConfig.gd"
|
||||
ErrorHandler="*res://scripts/ErrorHandler.gd"
|
||||
@@ -32,6 +36,10 @@ window/size/viewport_height=720
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/aspect="expand"
|
||||
|
||||
[gui]
|
||||
|
||||
theme/custom="uid://cp7t8tu7rmyad"
|
||||
|
||||
[input]
|
||||
|
||||
move_left={
|
||||
@@ -64,6 +72,12 @@ interact={
|
||||
]
|
||||
}
|
||||
|
||||
[internationalization]
|
||||
|
||||
locale/include_text_server_data=true
|
||||
locale/test="zh_CN"
|
||||
locale/fallback="zh_CN"
|
||||
|
||||
[rendering]
|
||||
|
||||
textures/canvas_textures/default_texture_filter=0
|
||||
|
||||
Reference in New Issue
Block a user