2024-06-19 22:44:21 +03:00
|
|
|
; Code Review
|
2023-10-16 20:10:20 +03: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=5
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="ImmersiveHome"
|
2023-11-05 16:16:07 +02:00
|
|
|
run/main_scene="res://content/main.tscn"
|
2024-05-09 19:19:19 +03:00
|
|
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
2023-11-05 13:28:03 +02:00
|
|
|
config/icon="res://assets/logo.png"
|
2023-10-16 20:10:20 +03:00
|
|
|
|
2024-03-15 01:13:05 +02:00
|
|
|
[audio]
|
|
|
|
|
|
|
|
driver/enable_input=true
|
|
|
|
|
2023-10-23 00:01:06 +03:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
XRToolsUserSettings="*res://addons/godot-xr-tools/user_settings/user_settings.gd"
|
2024-05-22 19:38:28 +03:00
|
|
|
App="*res://lib/globals/main.gd"
|
2024-04-30 20:18:49 +03:00
|
|
|
HomeApi="*res://lib/globals/home_api.gd"
|
2024-01-25 17:29:33 +02:00
|
|
|
Store="*res://lib/globals/main_store.gd"
|
2024-04-30 20:18:49 +03:00
|
|
|
EventSystem="*res://lib/globals/event_system.gd"
|
|
|
|
Request="*res://lib/globals/request.gd"
|
2024-05-06 19:22:12 +03:00
|
|
|
TouchManager="*res://lib/utils/touch/touch.gd"
|
2024-02-27 17:37:22 +02:00
|
|
|
|
2024-05-27 18:22:20 +03:00
|
|
|
[debug_draw_3d]
|
|
|
|
|
|
|
|
settings/3d/volumetric_defaults/thickness=0.001
|
|
|
|
|
2024-05-02 20:35:47 +03:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/vsync/vsync_mode=0
|
|
|
|
|
2023-10-23 00:01:06 +03:00
|
|
|
[editor_plugins]
|
|
|
|
|
2024-04-30 20:18:49 +03:00
|
|
|
enabled=PackedStringArray("res://addons/godot-xr-tools/plugin.cfg")
|
2023-10-23 00:01:06 +03:00
|
|
|
|
2023-12-01 22:37:36 +02:00
|
|
|
[file_customization]
|
|
|
|
|
|
|
|
folder_colors={
|
|
|
|
"res://assets/": "blue",
|
|
|
|
"res://content/": "teal",
|
2024-05-29 18:58:46 +03:00
|
|
|
"res://lib/": "yellow",
|
|
|
|
"res://test/": "purple"
|
2023-12-01 22:37:36 +02:00
|
|
|
}
|
|
|
|
|
2023-11-27 01:23:19 +02:00
|
|
|
[filesystem]
|
|
|
|
|
|
|
|
import/fbx/enabled=false
|
|
|
|
|
2024-05-27 18:22:20 +03:00
|
|
|
[global_group]
|
|
|
|
|
|
|
|
ui_focus="Makes the node foucsable"
|
|
|
|
ui_focus_skip="Skip the focus check on this node"
|
|
|
|
ui_focus_stop="Stops checking for focus entirely"
|
|
|
|
|
2023-11-25 02:46:41 +02:00
|
|
|
[gui]
|
|
|
|
|
2024-05-26 17:43:14 +03:00
|
|
|
theme/custom_font="res://assets/fonts/Montserrat-Medium.ttf"
|
2023-11-25 02:46:41 +02:00
|
|
|
|
2023-11-28 16:14:21 +02:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
3d_physics/layer_1="entities"
|
|
|
|
3d_physics/layer_2="interface"
|
|
|
|
3d_physics/layer_3="touch"
|
|
|
|
3d_physics/layer_4="physics"
|
|
|
|
3d_physics/layer_5="room"
|
|
|
|
|
2024-01-30 18:47:38 +02:00
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/physics_ticks_per_second=30
|
|
|
|
|
2023-10-16 20:10:20 +03:00
|
|
|
[rendering]
|
|
|
|
|
2024-02-27 17:37:22 +02:00
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
2023-10-16 20:10:20 +03:00
|
|
|
textures/vram_compression/import_etc2_astc=true
|
2024-05-09 19:19:19 +03:00
|
|
|
environment/ssao/quality=0
|
2024-05-12 18:29:56 +03:00
|
|
|
anti_aliasing/quality/msaa_3d=2
|
2024-02-27 17:37:22 +02:00
|
|
|
viewport/transparent_background=true
|
2023-10-16 20:10:20 +03:00
|
|
|
|
|
|
|
[xr]
|
|
|
|
|
|
|
|
openxr/enabled=true
|
2024-05-09 19:19:19 +03:00
|
|
|
openxr/foveation_level=3
|
2024-02-27 17:37:22 +02:00
|
|
|
openxr/foveation_dynamic=true
|
2024-01-28 18:13:32 +02:00
|
|
|
openxr/startup_alert=false
|
2023-10-16 20:10:20 +03:00
|
|
|
shaders/enabled=true
|