2023-08-09 02:36:38 +02: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]
|
|
|
|
|
2023-08-09 02:54:42 +02:00
|
|
|
config/name="The Red Robot Radio"
|
2023-08-09 02:36:38 +02:00
|
|
|
run/main_scene="res://bootclick.tscn"
|
|
|
|
config/features=PackedStringArray("4.1", "GL Compatibility")
|
2023-08-09 02:54:42 +02:00
|
|
|
config/icon="res://icon.png"
|
2023-08-09 02:36:38 +02:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
2023-08-09 02:54:42 +02:00
|
|
|
textures/vram_compression/import_etc2_astc=true
|