mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-27 06:29:25 -04:00
Merge pull request #1128 from paulkaplan/sb2-monitors
Import monitors from sb2 files.
This commit is contained in:
commit
f3404f4275
16 changed files with 308 additions and 26 deletions
src/engine
|
@ -90,7 +90,7 @@ const handleReport = function (
|
|||
sequencer.runtime.requestUpdateMonitor(Map({
|
||||
id: currentBlockId,
|
||||
spriteName: targetId ? sequencer.runtime.getTargetById(targetId).getName() : null,
|
||||
value: String(resolvedValue)
|
||||
value: resolvedValue
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue