feature/网络管理和Web部署系统 #2

Merged
moyin merged 11 commits from feature/网络管理和Web部署系统 into main 2025-12-25 23:17:31 +08:00
Showing only changes of commit abd683c766 - Show all commits

View File

@@ -20,6 +20,12 @@ config/icon="res://icon.svg"
GameManager="*res://core/managers/GameManager.gd"
SceneManager="*res://core/managers/SceneManager.gd"
EventSystem="*res://core/systems/EventSystem.gd"
NetworkManager="*res://core/managers/NetworkManager.gd"
ResponseHandler="*res://core/managers/ResponseHandler.gd"
[debug]
gdscript/warnings/treat_warnings_as_errors=false
[display]
@@ -28,3 +34,18 @@ window/size/viewport_height=768
window/size/mode=2
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[gui]
theme/custom="uid://cp7t8tu7rmyad"
[internationalization]
locale/test="zh_CN"
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
textures/vram_compression/import_etc2_astc=true
fonts/dynamic_fonts/use_oversampling=true