Well now, what could that be for?

This commit is contained in:
Devine Lu Linvega
2019-01-12 15:02:29 +12:00
parent b904bb1e52
commit 4b9a6eb801
4 changed files with 30 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ function Dotgrid (width, height) {
this.interface = new Interface(this)
this.picker = new Picker(this)
this.cursor = new Cursor(this)
this.listener = new Listener(this)
host.appendChild(this.renderer.el)