This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.godot
67 lines (54 loc) · 2.09 KB
/
project.godot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
; 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="Causality-Runtime"
run/main_scene="res://scenes/runtime/menu.tscn"
config/features=PackedStringArray("4.0", "Forward Plus")
boot_splash/show_image=false
boot_splash/fullsize=false
boot_splash/use_filter=false
config/icon="res://icon.svg"
[autoload]
RuntimeInfo="*res://scripts/singletons/runtime_info.gd"
ModelLoader="*res://scripts/singletons/model_loader.gd"
AudioLoader="*res://scripts/singletons/audio_loader.gd"
TextureLoader="*res://scripts/singletons/texture_loader.gd"
AudioRuntimeManager="*res://addons/FMOD/runtime/runtime_manager.gd"
GameLoader="*res://scripts/singletons/game_loader.gd"
Console="*res://addons/panku_console/console.tscn"
[editor_plugins]
enabled=PackedStringArray("res://addons/panku_console/plugin.cfg", "res://addons/FMOD/plugin.cfg", "res://addons/clyde/plugin.cfg", "res://addons/ActionIcon/plugin.cfg")
[fmod]
settings/banks_path="res://banks/Desktop"
settings/fmod_output_type=0
settings/fmod_debug_flags=0
settings/fmod_debug_mode=1
settings/banks_to_load_at_startup=Array[String]([])
settings/banks_preload_samples=false
settings/banks_flags=0
settings/sample_rate=48000
settings/speaker_mode=3
settings/dsp_buffer_length=512
settings/dsp_buffer_count=4
settings/real_channel_count=32
settings/virtual_channel_count=128
settings/enable_live_update=true
settings/live_update_port=9264
settings/enable_memory_tracking=false
settings/encryption_key=""
settings/distance_scale_2d=1.0
settings/init_with_3d_righthanded=true
[input]
toggle_console={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":96,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
[panku]
toggle_console_action="toggle_console"