2026-05-29 10:03:55 +08:00
|
|
|
; Engine configuration file.
|
|
|
|
|
; It's best edited using the editor UI and not directly,
|
|
|
|
|
; since the parameters that go here are not all obvious.
|
|
|
|
|
;
|
|
|
|
|
; Format:
|
|
|
|
|
; [section] ; section goes between []
|
|
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
|
|
|
|
|
config_version=5
|
|
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
|
|
config/name="Guandan Card Game"
|
|
|
|
|
config/description="掼蛋卡牌训练模式"
|
2026-05-30 07:55:38 +08:00
|
|
|
config/version="0.1.0"
|
|
|
|
|
run/main_scene="res://src/ui/scenes/main_menu.tscn"
|
|
|
|
|
config/features=PackedStringArray("4.6")
|
2026-05-29 10:03:55 +08:00
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
Config="*res://src/autoload/config.gd"
|
|
|
|
|
EventBus="*res://src/autoload/event_bus.gd"
|
|
|
|
|
AudioManager="*res://src/autoload/audio_manager.gd"
|
|
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
window/size/viewport_width=1280
|
|
|
|
|
window/size/viewport_height=720
|
|
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|