mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
78c8e154c6
commit
b0d8827e09
11 changed files with 19670 additions and 797 deletions
10
dist/levels_editor.html
vendored
10
dist/levels_editor.html
vendored
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head><script src="/index.c0fd3053.js"></script>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Level editor</title>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎨</text></svg>">
|
||||
|
@ -9,10 +9,8 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div id="levels"></div>
|
||||
<div id="palette">
|
||||
<button id="new-level">new</button>
|
||||
</div>
|
||||
<div id="app"></div>
|
||||
|
||||
<script src="/levels_editor.227fd609.js" defer=""></script>
|
||||
|
||||
<script src="/levels_editor.ef3c2e1a.js" defer=""></script>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue