mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-02 01:22:31 -04:00
When clicked hats (#156)
This commit is contained in:
parent
c357a62005
commit
833c5ed313
3 changed files with 53 additions and 8 deletions
src/engine
|
@ -55,7 +55,7 @@ function Runtime () {
|
|||
this.ioDevices = {
|
||||
'clock': new Clock(),
|
||||
'keyboard': new Keyboard(this),
|
||||
'mouse': new Mouse()
|
||||
'mouse': new Mouse(this)
|
||||
};
|
||||
|
||||
this._scriptGlowsPreviousFrame = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue