mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-07 20:08:54 -04:00
Add ability to create cloud variables, and have cloud provider wait for confirmation from server.
This commit is contained in:
parent
0a68722b80
commit
3fc1b89b30
4 changed files with 58 additions and 6 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