mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
9716235531
commit
0a1d9dfe2f
18 changed files with 2391 additions and 1981 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
@ -84,6 +84,7 @@ export type Coin = {
|
|||
destroyed?: boolean;
|
||||
collidedLastFrame?: boolean;
|
||||
metamorphosisPoints: number;
|
||||
floatingTime:number;
|
||||
};
|
||||
export type Ball = {
|
||||
x: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue