diff --git a/assets/js/binary.js b/assets/js/binary.js index 87e2d1c..115ca38 100644 --- a/assets/js/binary.js +++ b/assets/js/binary.js @@ -1,4 +1,4 @@ -// meta={"simUrl":"https://trg-arcade.userpxt.io/v1.3.15/---simulator","cdnUrl":"https://pxt.azureedge.net","version":"0.0.8","target":"arcade","targetVersion":"1.3.15","repo":"eanders-ms/arcade-webcam"} +// meta={"simUrl":"https://trg-arcade.userpxt.io/v1.3.15/---simulator","cdnUrl":"https://pxt.azureedge.net","version":"0.0.9","target":"arcade","targetVersion":"1.3.15","repo":"eanders-ms/arcade-webcam"} // total=1150326 new=6.66% cached=87.75% other=5.58% (function (ectx) { 'use strict'; @@ -382,7 +382,7 @@ const pxsim_pxtrt = pxsim.pxtrt; const pxsim_numops = pxsim.numops; -function _main___P97499(s) { +function _main___P97508(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -762,13 +762,13 @@ switch (step) { return leave(s, r0) default: oops() } } } -_main___P97499.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"main.ts","functionName":"
","argumentNames":[]} -_main___P97499.continuations = [ ] +_main___P97508.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"main.ts","functionName":"
","argumentNames":[]} +_main___P97508.continuations = [ ] -function _main___P97499_mk(s) { +function _main___P97508_mk(s) { checkStack(s.depth); return { - parent: s, fn: _main___P97499, depth: s.depth + 1, + parent: s, fn: _main___P97508, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -39275,5 +39275,5 @@ const sprites_StaticObstacle__C83794_VT = mkVTable({ const breakpoints = setupDebugger(1, ["currentFrame___85112","initialized___87152","CHANNEL___87145"]) -return _main___P97499 +return _main___P97508 }) diff --git a/assets/version.txt b/assets/version.txt index 7d6b3eb..429d94a 100644 --- a/assets/version.txt +++ b/assets/version.txt @@ -1 +1 @@ -0.0.8 \ No newline at end of file +0.0.9 \ No newline at end of file diff --git a/pxt.json b/pxt.json index 514f374..4d0ad5b 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "arcade-webcam", - "version": "0.0.8", + "version": "0.0.9", "description": "", "dependencies": { "device": "*"