This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathproject.godot
156 lines (125 loc) · 5.58 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
; 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="Rhythia"
config/version="rewrite"
run/main_scene="res://scenes/Init.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="Rhythia"
run/main_loop_type="SceneTreePlus"
config/auto_accept_quit=false
config/quit_on_go_back=false
config/features=PackedStringArray("4.2")
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false
config/icon="res://assets/images/branding/icon.png"
networking/enabled=true
config/menu_scene="res://scenes/Menu.tscn"
startup/disable_intro=true
startup/disable_health_warning=true
config/version.debug="debug"
outro/disabled=true
outro/play_sound=true
outro/disabled.editor=true
startup/disable_intro.debug=true
startup/disable_health_warning.editor=true
networking/server="https://rhythia.net/"
networking/archive_index="https://cdn.rhythia.net/index.json"
[audio]
channel_disable_threshold_db=-240.0
channel_disable_time=15.0
[autoload]
Globals="*res://scripts/Globals.gd"
Rhythia="*res://scripts/Rhythia.gd"
Multiplayer="*res://scripts/Multiplayer.gd"
XRViewport="*res://scripts/xr/XRViewport.gd"
[debug]
settings/crash_handler/message="Please include this when reporting the bug to discord.gg/rhythia"
gdscript/warnings/unused_signal=false
gdscript/warnings/return_value_discarded=false
gdscript/warnings/assert_always_true=0
gdscript/warnings/narrowing_conversion=false
gdscript/warnings/onready_with_export=1
gdscript/warnings/unused_argument=false
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
window/size/extend_to_title=true
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/handheld/orientation="sensor_landscape"
window/vsync/vsync_mode=0
window/subwindows/embed_subwindows.mobile=true
window/stretch/mode.mobile="canvas_items"
[editor]
script/templates_search_path="res://scripts/templates"
scene_naming=1
script_templates_search_path="res://templates"
[editor_plugins]
enabled=PackedStringArray()
[gui]
theme/custom="res://default_theme.tres"
timers/tooltip_delay_sec=0.05
[input]
ui_accept={
"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":4194309,"physical_keycode":0,"key_label":0,"unicode":4194309,"echo":false,"script":null)
, 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":4194310,"physical_keycode":0,"key_label":0,"unicode":4194310,"echo":false,"script":null)
]
}
ui_select={
"deadzone": 0.5,
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
]
}
pause={
"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":4194305,"key_label":0,"unicode":0,"echo":false,"script":null)
, 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":32,"key_label":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":false,"script":null)
]
}
restart={
"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":82,"key_label":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":4,"pressure":0.0,"pressed":false,"script":null)
]
}
skip={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":false,"script":null)
]
}
[input_devices]
buffering/agile_event_flushing=true
[layer_names]
3d_render/layer_6="XR Only"
[logging]
file_logging/max_log_files=4
[physics]
2d/run_on_separate_thread=true
3d/run_on_separate_thread=true
common/physics_ticks_per_second=128
[rendering]
occlusion_culling/bvh_build_quality=1
textures/vram_compression/import_etc2_astc=true
environment/defaults/default_clear_color=Color(0.0705882, 0.0705882, 0.0705882, 1)
anti_aliasing/quality/msaa_2d=1
anti_aliasing/quality/msaa_3d=1
mesh_lod/lod_change/threshold_pixels=0.0
environment/defaults/default_environment="res://default_env.tres"
2d/options/use_software_skinning=false
anti_aliasing/quality/msaa_2d.mobile=0
anti_aliasing/quality/msaa_3d.mobile=0
[xr]
openxr/startup_alert=false
shaders/enabled=true
openxr/enabled.force-xr=true
openxr/enabled.editor=false