mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-04 12:13:59 +02:00
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
; 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="ovr-utils"
|
|
run/main_scene="res://Main.tscn"
|
|
config/use_custom_user_dir=true
|
|
config/custom_user_dir_name="ovr-utils"
|
|
config/icon="res://textures/icon.png"
|
|
|
|
[autoload]
|
|
|
|
Settings="*res://addons/settings-manager/Settings.tscn"
|
|
OverlayInit="*res://addons/openvr_overlay/overlay_init.gd"
|
|
OverlayManager="*res://OverlayManager.tscn"
|
|
|
|
[debug]
|
|
|
|
gdscript/warnings/return_value_discarded=false
|
|
|
|
[display]
|
|
|
|
window/size/width=2048
|
|
window/size/height=2048
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( "res://addons/godot-openvr/plugin.cfg", "res://addons/openvr_overlay/plugin.cfg", "res://addons/ovr_utils/plugin.cfg", "res://addons/settings-manager/plugin.cfg" )
|
|
|
|
[gdnative]
|
|
|
|
singletons=[ "res://addons/godot-openvr/godot_openvr.gdnlib" ]
|
|
|
|
[physics]
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://default_env.tres"
|