Snoweuph
0452ee7502
All checks were successful
Build Application / build (tower_defence_web, build/*, build, build/index.html, Web) (push) Successful in 14s
Build Application / build (tower_defence.elf, tower_defence.elf, tower_defence.elf, Linux) (push) Successful in 16s
Build Application / build (tower_defence.exe, tower_defence.exe, tower_defence.exe, Windows) (push) Successful in 18s
Build Application / build-docker (push) Successful in 16s
Build Application / release (push) Successful in 10s
22 lines
606 B
Text
22 lines
606 B
Text
; 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="TowerDefence"
|
|
run/main_scene="res://scenes/main_menus.tscn"
|
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
|
config/icon="res://textures/icon.svg"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
textures/vram_compression/import_etc2_astc=true
|