mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-01 17:11:21 -04:00
Merge pull request #1755 from kchadha/cloud-var-create
Create cloud variables
This commit is contained in:
commit
0c9da5d963
6 changed files with 176 additions and 12 deletions
src/engine
|
@ -322,7 +322,7 @@ class Runtime extends EventEmitter {
|
|||
/** @type {Object.<string, Object>} */
|
||||
this.ioDevices = {
|
||||
clock: new Clock(),
|
||||
cloud: new Cloud(),
|
||||
cloud: new Cloud(this),
|
||||
deviceManager: new DeviceManager(),
|
||||
keyboard: new Keyboard(this),
|
||||
mouse: new Mouse(this),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue