feat: full-range for music projection PSH interface

This commit is contained in:
xtex 2023-07-30 10:05:19 +08:00
parent 336cab7de4
commit 0aee57947d
Signed by: xtex
GPG Key ID: B918086ED8045B91

View File

@ -71,7 +71,7 @@ data class MusicProjectionEffect(var volumeFactor: Float = 1.0f, var particle: B
}
override fun createShell() = buildProjectionEffectShell(this) {
floatSlider("quaedam.shell.music.volume_factor", ::volumeFactor, 0.0f..1.0f, 0.1f)
floatSlider("quaedam.shell.music.volume_factor", ::volumeFactor, 0.0f..5.0f, 0.1f)
boolean("quaedam.shell.music.particle", ::particle)
}