From 8fa91168e8f9b557627fb90b49719fe0f019de95 Mon Sep 17 00:00:00 2001 From: CasonPlayzYT <123275543+CasonPlayzYT@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:42:38 -0500 Subject: [PATCH] 0.1.2 --- 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 1b2da6e..b9f5b11 100644 --- a/assets/js/binary.js +++ b/assets/js/binary.js @@ -1,4 +1,4 @@ -// meta={"simUrl":"https://trg-arcade.userpxt.io/v1.12.30/---simulator","cdnUrl":"https://pxt.azureedge.net","version":"0.1.1","target":"arcade","targetVersion":"1.12.30","repo":"casonplayzyt/rocket-game-plus"} +// meta={"simUrl":"https://trg-arcade.userpxt.io/v1.12.30/---simulator","cdnUrl":"https://pxt.azureedge.net","version":"0.1.2","target":"arcade","targetVersion":"1.12.30","repo":"casonplayzyt/rocket-game-plus"} // total=2039062 new=6.49% cached=88.69% other=4.82% (function (ectx) { 'use strict'; @@ -600,7 +600,7 @@ const pxsim_pxtrt = pxsim.pxtrt; const pxsim_numops = pxsim.numops; -function _main___P27833(s) { +function _main___P28105(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1150,13 +1150,13 @@ switch (step) { return leave(s, r0) default: oops() } } } -_main___P27833.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/arcade-background-scroll/main.ts","functionName":"
","argumentNames":[]} -_main___P27833.continuations = [ ] +_main___P28105.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/arcade-background-scroll/main.ts","functionName":"
","argumentNames":[]} +_main___P28105.continuations = [ ] -function _main___P27833_mk(s) { +function _main___P28105_mk(s) { checkStack(s.depth); return { - parent: s, fn: _main___P27833, depth: s.depth + 1, + parent: s, fn: _main___P28105, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -68343,5 +68343,5 @@ const music_MelodyPlayer__C1637_VT = mkVTable({ const breakpoints = setupDebugger(1, ["Satellite___4354","projectile___27660","myShip___27666","mySat___27690","myRock___27688"]) -return _main___P27833 +return _main___P28105 }) diff --git a/assets/version.txt b/assets/version.txt index 6da28dd..8294c18 100644 --- a/assets/version.txt +++ b/assets/version.txt @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file diff --git a/pxt.json b/pxt.json index 4b1f3e5..d8c5b75 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "rocket sat", - "version": "0.1.1", + "version": "0.1.2", "description": "", "dependencies": { "device": "*",