mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +00:00
🔧 Change slightly music thresholds
This commit is contained in:
parent
d87b1d3259
commit
2368ed9e2f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ extends Node
|
||||||
export var fire_path: NodePath
|
export var fire_path: NodePath
|
||||||
|
|
||||||
export var choir_min: float = 0.05
|
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_min: float = 0.20
|
||||||
export var bell_max: float = 0.60
|
export var bell_max: float = 0.60
|
||||||
export var drum_min: float = 0.40
|
export var drum_min: float = 0.40
|
||||||
|
|
Loading…
Reference in a new issue