-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.godot
More file actions
66 lines (51 loc) · 1.56 KB
/
Copy pathproject.godot
File metadata and controls
66 lines (51 loc) · 1.56 KB
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
; 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="Rhythm"
run/main_scene="res://main.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="RhythmGame"
config/icon="res://assets/spritesheet.png"
[audio]
output_latency=4
channel_disable_threshold_db=-100.0
channel_disable_time=5.0
[autoload]
Settings="*res://singletons/Settings.gd"
Note="*res://singletons/Note.gd"
Rules="*res://singletons/Rules.gd"
FileLoader="*res://singletons/FileLoader.gd"
Library="*res://singletons/Library.gd"
GameTheme="*res://singletons/GameTheme.gd"
SoundPlayer="*res://singletons/SoundPlayer.gd"
Video="*res://singletons/Video.gd"
[debug]
gdscript/warnings/unused_variable=false
gdscript/warnings/shadowed_variable=false
gdscript/warnings/unused_argument=false
gdscript/warnings/unused_signal=false
gdscript/warnings/return_value_discarded=false
gdscript/warnings/integer_division=false
[display]
window/size/width=1080
window/size/height=1080
window/size/fullscreen=true
window/handheld/orientation="sensor"
window/stretch/mode="2d"
window/stretch/aspect="expand"
[gdnative]
singletons=[ ]
singletons_disabled=[ ]
[rendering]
vram_compression/import_etc=true
environment/default_clear_color=Color( 0.11, 0.11, 0.11, 1 )
quality/filters/msaa=1
environment/default_environment="res://default_env.tres"
quality/subsampling/x=1.0
quality/subsampling/y=1.0