33 lines
790 B
Plaintext
33 lines
790 B
Plaintext
; 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
|
|
|
|
[android]
|
|
|
|
modules="res://android/plugins/vp9orchestra/plugin.cfg"
|
|
|
|
[application]
|
|
|
|
config/name="Video Orchestra"
|
|
config/description="VP9 Multi-Stream Video Decoder for Godot Engine"
|
|
config/version="1.0.0"
|
|
run/main_scene="res://scenes/Main.tscn"
|
|
config/features=PackedStringArray("4.4", "C#", "Mobile")
|
|
config/icon="res://icon.svg"
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="VideoOrchestra"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
textures/vram_compression/import_etc2_astc=true
|