diff options
Diffstat (limited to 'app/client/audio/ui.js')
| -rw-r--r-- | app/client/audio/ui.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/client/audio/ui.js b/app/client/audio/ui.js new file mode 100644 index 0000000..76ffb09 --- /dev/null +++ b/app/client/audio/ui.js @@ -0,0 +1,12 @@ +/* + +mouse.register({ + move: (x, y) => { + } +}) +keys.listen((z) => { + // console.log(z) + play(mod(z, players.length)) +}) + +*/ |
