cleanup
This commit is contained in:
@@ -20,7 +20,6 @@ AFRAME.registerComponent('pauser', {
|
||||
events.forEach(event => {
|
||||
this.el.addEventListener(event, this.pauseGame);
|
||||
});
|
||||
document.addEventListener('keydown', this.pauseGame);
|
||||
},
|
||||
|
||||
pauseGame: function () {
|
||||
|
||||
Reference in New Issue
Block a user