Merge pull request from paulkaplan/sb2-monitors

Import monitors from sb2 files.
This commit is contained in:
Paul Kaplan 2018-05-09 13:52:29 -04:00 committed by GitHub
commit f3404f4275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 308 additions and 26 deletions
src/engine

View file

@ -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
}));
}
}