tcg/project.godot

25 lines
502 B
Text
Raw Permalink Normal View History

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"