godot-webrtc-mplayer-testing/project.godot

40 lines
824 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-12-07 16:09:50 -06:00
run/main_scene="res://screens/main.tscn"
config/icon="res://assets/img/icon.png"
2021-11-15 14:26:39 -06:00
2021-11-15 15:43:33 -06:00
[autoload]
2021-12-07 16:19:54 -06:00
Global="*res://scripts/global/global.gd"
2021-11-15 15:43:33 -06:00
2021-11-15 15:02:55 -06:00
[gdnative]
singletons=[ "res://webrtc/webrtc.tres" ]
[network]
ssl/certificates="res://ca-certificates.crt"
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
2021-12-06 21:56:37 -06:00
environment/default_clear_color=Color( 0, 0, 0, 1 )
2021-12-07 16:09:50 -06:00
environment/default_environment="res://assets/default_env.tres"