mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Fixed enderman level background and level picker in unlock
This commit is contained in:
parent
f28ce15495
commit
e14e958686
6 changed files with 94 additions and 55 deletions
|
@ -34,6 +34,7 @@ ${fs.readFileSync('./editclient.css').toString()}
|
|||
<script>
|
||||
let allLevels = ${fs.readFileSync(srcPath).toString()};
|
||||
let palette = ${fs.readFileSync('src/palette.json').toString()};
|
||||
let backgrounds = ${fs.readFileSync('src/backgrounds.json').toString()};
|
||||
${fs.readFileSync('./editclient.js').toString()}
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue