39 lines
1008 B
Plaintext
39 lines
1008 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
|
|
|
|
[application]
|
|
|
|
config/name="Paradox_VR"
|
|
run/main_scene="uid://bnqnnnet4dw12"
|
|
config/features=PackedStringArray("4.5", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
XRToolsUserSettings="*res://addons/godot-xr-tools/user_settings/user_settings.gd"
|
|
XRToolsRumbleManager="*res://addons/godot-xr-tools/rumble/rumble_manager.gd"
|
|
AudioManager="*res://assets/Midevel/script/audio_manager.gd"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/godot-xr-tools/plugin.cfg")
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
|
|
[xr]
|
|
|
|
openxr/enabled=true
|
|
shaders/enabled=true
|
|
openxr/extensions/meta/color_space/starting_color_space=3
|