mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Clairvoyant perks, hps adjusments
This commit is contained in:
parent
3745b527f5
commit
af02565bf1
12 changed files with 238 additions and 104 deletions
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
|
@ -94,8 +94,8 @@ export type Ball = {
|
|||
previousVY: number;
|
||||
sx: number;
|
||||
sy: number;
|
||||
// Uses of the pierce perk only
|
||||
piercedSinceBounce: number;
|
||||
// Ability to pierce N HP
|
||||
piercePoints: number;
|
||||
// Any bounce counts, even if brick resisted the hit
|
||||
hitSinceBounce: number;
|
||||
// Brick was really broken ,but could have been respawned as a bomb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue