2025-01-11 10:07:37 +07: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="tcg"
|
|
|
|
|
run/main_scene="res://main.tscn"
|
|
|
|
|
config/features=PackedStringArray("4.3", "Mobile")
|
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
2025-01-25 15:07:03 +07:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
Match="*res://tcg/match/match.gd"
|
|
|
|
|
|
2025-01-11 10:07:37 +07:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
renderer/rendering_method="mobile"
|
2025-01-25 18:47:56 +07:00
|
|
|
textures/vram_compression/import_etc2_astc=true
|