RhythmGame/project.godot

66 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-11-10 15:09:14 +10:30
; 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"
2020-03-12 23:05:12 +10:30
config/icon="res://assets/spritesheet.png"
2019-11-10 15:09:14 +10:30
[audio]
2020-03-12 23:05:12 +10:30
output_latency=4
2019-11-10 15:09:14 +10:30
channel_disable_threshold_db=-100.0
channel_disable_time=5.0
[autoload]
2021-01-14 20:40:57 +10:30
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"
SFXPlayer="*res://singletons/SFXPlayer.gd"
2019-11-10 15:09:14 +10:30
[debug]
2020-04-26 13:49:44 +09:30
settings/fps/force_fps=120
2019-11-10 15:09:14 +10:30
gdscript/warnings/unused_variable=false
2020-03-12 23:05:12 +10:30
gdscript/warnings/shadowed_variable=false
2019-11-10 15:09:14 +10:30
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
2019-11-10 15:09:14 +10:30
window/size/height=1080
2019-11-23 20:31:28 +10:30
window/size/fullscreen=true
2019-11-10 15:09:14 +10:30
window/handheld/orientation="sensor"
window/stretch/mode="2d"
window/stretch/aspect="expand"
2019-11-10 15:09:14 +10:30
[gdnative]
singletons=[ ]
2020-03-12 23:05:12 +10:30
singletons_disabled=[ ]
2019-11-10 15:09:14 +10:30
[rendering]
vram_compression/import_etc=true
2019-11-10 15:09:14 +10:30
quality/filters/msaa=1
environment/default_environment="res://default_env.tres"
quality/subsampling/x=1.0
quality/subsampling/y=1.0