From 846fac3d1928e0c82bea4f5be9834994f02c2d28 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 24 Nov 2020 18:48:54 -0800 Subject: [PATCH] 0.0.7 --- assets/js/binary.js | 14 +++++++------- assets/version.txt | 2 +- pxt.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/js/binary.js b/assets/js/binary.js index 8744606..08fdc95 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.6","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.7","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___P81606(s) { +function _main___P81615(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -762,13 +762,13 @@ switch (step) { return leave(s, r0) default: oops() } } } -_main___P81606.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"main.ts","functionName":"
","argumentNames":[]} -_main___P81606.continuations = [ ] +_main___P81615.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"main.ts","functionName":"
","argumentNames":[]} +_main___P81615.continuations = [ ] -function _main___P81606_mk(s) { +function _main___P81615_mk(s) { checkStack(s.depth); return { - parent: s, fn: _main___P81606, depth: s.depth + 1, + parent: s, fn: _main___P81615, 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__C67910_VT = mkVTable({ const breakpoints = setupDebugger(1, ["currentFrame___69228","initialized___71268","CHANNEL___71261"]) -return _main___P81606 +return _main___P81615 }) diff --git a/assets/version.txt b/assets/version.txt index 99d85ec..5c4511c 100644 --- a/assets/version.txt +++ b/assets/version.txt @@ -1 +1 @@ -0.0.6 \ No newline at end of file +0.0.7 \ No newline at end of file diff --git a/pxt.json b/pxt.json index 041e570..e4b4390 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "arcade-webcam", - "version": "0.0.6", + "version": "0.0.7", "description": "", "dependencies": { "device": "*"