Tweak particle emission rate

The boost-specific rate was never really noticeable anyways.
This commit is contained in:
Qwerty Chouskie
2018-01-28 13:36:45 -08:00
parent d4aa7b69ad
commit 89a8219ec9
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
is used to show that the skidding bonus is now available,
the maximum is used when the skid bonus is applied to the kart -->
<rate min="1250"
max="2500" />
max="1250" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="55"

View File

@@ -13,7 +13,7 @@
is used to show that the skidding bonus is now available,
the maximum is used when the skid bonus is applied to the kart -->
<rate min="1250"
max="2500" />
max="1250" />
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
<lifetime min="60"