mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 18:54:47 -04:00
wip
This commit is contained in:
parent
401e9b4548
commit
62a1feb015
32 changed files with 1483 additions and 1435 deletions
|
@ -7,10 +7,7 @@ const levelIconHTMLCanvasCtx =
|
|||
alpha: true,
|
||||
}) as CanvasRenderingContext2D);
|
||||
|
||||
export function levelIconHTML(
|
||||
bricks: string[],
|
||||
levelSize: number,
|
||||
) {
|
||||
export function levelIconHTML(bricks: string[], levelSize: number) {
|
||||
const size = 46;
|
||||
const c = levelIconHTMLCanvas;
|
||||
const ctx = levelIconHTMLCanvasCtx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue