mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 05:26:15 -04:00
Starting adventure mode
This commit is contained in:
parent
a134821a94
commit
0ada53a063
13 changed files with 818 additions and 197 deletions
|
@ -12,7 +12,7 @@ export function levelIconHTML(
|
|||
levelSize: number,
|
||||
color: string,
|
||||
) {
|
||||
const size = 40;
|
||||
const size = 46;
|
||||
const c = levelIconHTMLCanvas;
|
||||
const ctx = levelIconHTMLCanvasCtx;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue