; 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="掼蛋卡牌训练模式" config/version="0.1.0" run/main_scene="res://src/ui/scenes/main_menu.tscn" config/features=PackedStringArray("4.6") [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"