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"
|
2020-05-03 00:11:01 +09:30
|
|
|
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"
|
2021-01-28 22:47:19 +10:30
|
|
|
SoundPlayer="*res://singletons/SoundPlayer.gd"
|
2021-01-29 16:59:52 +10:30
|
|
|
Video="*res://singletons/Video.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]
|
|
|
|
|
2020-04-30 17:15:44 +09:30
|
|
|
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"
|
2021-01-24 02:49:08 +10:30
|
|
|
window/stretch/aspect="expand"
|
2019-11-10 15:09:14 +10:30
|
|
|
|
|
|
|
[gdnative]
|
|
|
|
|
2020-05-03 15:41:16 +09:30
|
|
|
singletons=[ ]
|
2020-03-12 23:05:12 +10:30
|
|
|
singletons_disabled=[ ]
|
2019-11-10 15:09:14 +10:30
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2019-12-21 20:42:19 +10:30
|
|
|
vram_compression/import_etc=true
|
2021-01-28 22:47:19 +10:30
|
|
|
environment/default_clear_color=Color( 0.11, 0.11, 0.11, 1 )
|
2019-11-10 15:09:14 +10:30
|
|
|
quality/filters/msaa=1
|
|
|
|
environment/default_environment="res://default_env.tres"
|
2021-01-14 20:35:30 +10:30
|
|
|
quality/subsampling/x=1.0
|
|
|
|
quality/subsampling/y=1.0
|