godot-webrtc-mplayer-testing/project.godot

35 lines
648 B
Plaintext
Raw Normal View History

2021-11-15 14:26:39 -06: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=4
[application]
config/name="kdt"
2021-11-15 15:02:55 -06:00
run/main_scene="res://main.tscn"
2021-11-15 14:26:39 -06:00
config/icon="res://icon.png"
2021-11-15 15:43:33 -06:00
[autoload]
Global="*res://global.gd"
2021-11-15 15:02:55 -06:00
[gdnative]
2021-12-03 17:05:31 -06:00
singletons=[ ]
2021-11-15 15:02:55 -06:00
2021-11-15 14:26:39 -06:00
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"