This commit is contained in:
Renan LE CARO 2025-03-13 16:43:00 +01:00
parent 78c8e154c6
commit b0d8827e09
11 changed files with 19670 additions and 797 deletions

View file

@ -11,10 +11,8 @@
</head>
<body>
<div id="levels"></div>
<div id="palette">
<button id="new-level">new</button>
</div>
<div id="app"></div>
<script type="module" src="./levels_editor.ts"></script>
<script type="module" src="levels_editor.tsx"></script>
</body>