Implement upcoming tiles and hold a tile (not yet graphical)

This commit is contained in:
Marcel
2018-01-22 19:14:43 +01:00
parent 7b18a66b00
commit 535037b69e
3 changed files with 37 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ hammertime.on('swiperight', (e) => {
});
hammertime.on('pandown swipedown', (e) => {
console.log(e);
keys.down.action();
});