mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
0a1d9dfe2f
commit
6b6e393d3b
16 changed files with 443 additions and 79 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
@ -103,6 +103,7 @@ export type Ball = {
|
|||
hitSinceBounce: number;
|
||||
// Brick was really broken ,but could have been respawned as a bomb
|
||||
brokenSinceBounce: number;
|
||||
sidesHitsSinceBounce: number;
|
||||
sapperUses: number;
|
||||
destroyed?: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue