change(player): remove synt event

This commit is contained in:
nick-delirium 2023-02-13 14:14:12 +01:00
parent 42847b7c4b
commit b84c1ccc8e

View file

@ -15,8 +15,6 @@ export default class Cursor {
if (isMobile) this.cursor.style.backgroundImage = 'unset'
overlay.appendChild(this.cursor);
this.isMobile = isMobile;
window.shakeTest = this.shake.bind(this);
}
toggle(flag: boolean) {
@ -85,7 +83,7 @@ export default class Cursor {
}, 600)
}
// TODO (to keep on a different playig speed):
// TODO (to keep on a different playing speed):
// transition
// setTransitionSpeed()