WIP
This commit is contained in:
parent
41180edb99
commit
81018eeafe
6 changed files with 110 additions and 0 deletions
8
static/js/tairu/tairu.js
Normal file
8
static/js/tairu/tairu.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
class TileEditor extends HTMLCanvasElement {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
customElements.define("tairu-tile-editor", TileEditor)
|
Loading…
Add table
Add a link
Reference in a new issue