RhythmGame/project.godot

70 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
_global_script_classes=[ ]
_global_script_class_icons={
}
[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]
2020-05-01 15:47:28 +09:30
Note="*res://scripts/Note.gd"
Rules="*res://scripts/Rules.gd"
FileLoader="*res://scripts/FileLoader.gd"
2020-05-02 15:45:27 +09:30
Library="*res://scripts/Library.gd"
2020-05-01 15:47:28 +09:30
GameTheme="*res://scripts/GameTheme.gd"
SFXPlayer="*res://scripts/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="keep_height"
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]
2020-04-26 21:20:31 +09:30
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
2020-04-26 13:49:44 +09:30
environment/default_clear_color=Color( 0.16, 0.16, 0.16, 1 )
2019-11-10 15:09:14 +10:30
quality/filters/msaa=1
environment/default_environment="res://default_env.tres"