mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
Build 29087244
This commit is contained in:
parent
5ba93500b4
commit
49f3769b54
21 changed files with 2505 additions and 2517 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -84,7 +84,7 @@ export type Coin = {
|
|||
destroyed?: boolean;
|
||||
collidedLastFrame?: boolean;
|
||||
metamorphosisPoints: number;
|
||||
floatingTime:number;
|
||||
floatingTime: number;
|
||||
};
|
||||
export type Ball = {
|
||||
x: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue