This commit is contained in:
りき萌 2024-02-11 23:05:08 +01:00
parent 41180edb99
commit 81018eeafe
6 changed files with 110 additions and 0 deletions

8
static/js/tairu/tairu.js Normal file
View file

@ -0,0 +1,8 @@
class TileEditor extends HTMLCanvasElement {
constructor() {
super();
}
}
customElements.define("tairu-tile-editor", TileEditor)