feat(perk): Добавлен бонус дающий жизнь

This commit is contained in:
Ilia Mashkov
2026-07-19 15:37:42 +03:00
parent b7e16f86ea
commit 8d15f3996f
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ export const PERK_HEIGHT = 16;
export const PERK_FALL_SPEED = 3;
export const PERK_DROP_CHANCE = 0.3;
export const PERK_BALL_SPEED_DECREASE = 2;
export const PERK_TYPES = ['slow', 'wide'];
export const PERK_TYPES = ['slow', 'wide', 'life'];