This commit is contained in:
Renan LE CARO 2025-03-13 10:02:49 +01:00
parent 0759981a55
commit d848ad511e
24 changed files with 7195 additions and 251 deletions

View file

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<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>"
/>
<link rel="stylesheet" href="./editclient.less"/>
</head>
<body>
<div id="levels"></div>
<div id="palette">
<button id="new-level">new</button>
</div>
<script src="./editclient.ts"></script>
</body>