mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Build 29040063
This commit is contained in:
parent
1c4f3d1451
commit
1839977fed
7 changed files with 8 additions and 8 deletions
|
@ -495,7 +495,7 @@ export async function setLevel(gameState: GameState, l: number) {
|
|||
empty(gameState.lights);
|
||||
empty(gameState.texts);
|
||||
gameState.bricks = [...lvl.bricks];
|
||||
|
||||
gameState.needsRender = true;
|
||||
// This caused problems with accented characters like the ô of côte d'ivoire for odd reasons
|
||||
// background.src = 'data:image/svg+xml;base64,' + btoa(lvl.svg)
|
||||
background.src = "data:image/svg+xml;UTF8," + lvl.svg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue