refactor: Интеграция новой разделенной логики

This commit is contained in:
Ilia Mashkov
2026-07-18 10:53:38 +03:00
parent 82dcc3e0b5
commit 3c86eb1f98
2 changed files with 14 additions and 83 deletions
+3
View File
@@ -10,3 +10,6 @@ export const BALL_INITIAL_ANGLE = 180;
export const BRICK_WIDTH = 40;
export const BRICK_HEIGHT = 10;
export const BRICK_ROW_AMOUNT = 5;
export const BRICK_COLUMN_AMOUNT = 20;