1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-21 20:24:20 +00:00

🔧 Change slightly music thresholds

This commit is contained in:
Steffo 2022-04-03 04:32:29 +02:00
parent d87b1d3259
commit 2368ed9e2f
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -3,7 +3,7 @@ extends Node
export var fire_path: NodePath
export var choir_min: float = 0.05
export var choir_max: float = 0.20
export var choir_max: float = 0.30
export var bell_min: float = 0.20
export var bell_max: float = 0.60
export var drum_min: float = 0.40