When clicked hats ()

This commit is contained in:
Tim Mickel 2016-09-12 17:16:10 -04:00 committed by GitHub
parent c357a62005
commit 833c5ed313
3 changed files with 53 additions and 8 deletions
src/engine

View file

@ -55,7 +55,7 @@ function Runtime () {
this.ioDevices = {
'clock': new Clock(),
'keyboard': new Keyboard(this),
'mouse': new Mouse()
'mouse': new Mouse(this)
};
this._scriptGlowsPreviousFrame = [];