mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-06 11:29:16 -04:00
Serialize and deserialize monitors. Obtain monitor block information from runtime. Fix issue where stage monitors weren't getting loaded correctly.
This commit is contained in:
parent
3050f496b2
commit
1a4f0a75f2
4 changed files with 87 additions and 4 deletions
src/engine
|
@ -659,6 +659,10 @@ class Runtime extends EventEmitter {
|
|||
}
|
||||
}
|
||||
|
||||
getMonitorState () {
|
||||
return this._monitorState;
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate an extension-specific menu ID.
|
||||
* @param {string} menuName - the name of the menu.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue