mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-27 06:29:25 -04:00
Add renderer demo using scratch-render-webgl
This commit is contained in:
parent
809528abdc
commit
19da0b0032
11 changed files with 155 additions and 8 deletions
src/engine
|
@ -70,7 +70,8 @@ var execute = function (sequencer, thread) {
|
|||
stackFrame: currentStackFrame.executionContext,
|
||||
startSubstack: function (substackNum) {
|
||||
sequencer.stepToSubstack(thread, substackNum);
|
||||
}
|
||||
},
|
||||
target: target
|
||||
});
|
||||
|
||||
// Deal with any reported value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue