mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Deduplicated backgrounds to make the game smaller
This commit is contained in:
parent
3b22980176
commit
752a5713d7
4 changed files with 168 additions and 146 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -6,7 +6,7 @@ export type RawLevel = {
|
|||
name: string;
|
||||
size: number;
|
||||
bricks: string;
|
||||
svg: string;
|
||||
svg: number|null;
|
||||
color: string;
|
||||
};
|
||||
export type Level = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue