feat(perk): Добавлен бонус clone который добавляет 2 дополнительных мяча

This commit is contained in:
Ilia Mashkov
2026-07-19 17:47:01 +03:00
parent a734600390
commit b72583290d
6 changed files with 94 additions and 100 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ export const BALL_SPEED = 3;
export const BALL_SPEED_LEVEL_STEP = 2;
export const BALL_SPEED_TIME_STEP = 0.002;
export const BALL_INITIAL_ANGLE = 0;
export const BALL_SPLIT_ANGLE = 20;
export const BRICK_WIDTH = 40;
export const BRICK_HEIGHT = 10;
@@ -25,4 +26,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', 'life'];
export const PERK_TYPES = ['slow', 'wide', 'life', 'clone'];