lower speed boost value

This commit is contained in:
Askou
2021-06-15 14:59:51 +02:00
parent ed50b2f0f6
commit 2c42af1c59
+1 -1
View File
@@ -39,7 +39,7 @@ namespace BBM {
auto *playerBonus = player.tryGetComponent<PlayerBonusComponent>();
if (!controllable || !playerBonus)
return;
controllable->speed += 0.05f;
controllable->speed += 0.025f;
}
void Bonus::NoClipBonus(WAL::Entity &player, const WAL::Entity &bonus, CollisionComponent::CollidedAxis axis)