pxt-common-packages 9.5.5 → 9.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/libs/controller/built/debug/binary.js +39 -39
- package/libs/controller---none/built/debug/binary.js +39 -39
- package/libs/game/built/debug/binary.js +39 -39
- package/libs/game/docs/reference/sprites/sprite-kind.md +70 -0
- package/libs/game/docs/reference/tiles/get-neighboring-location.md +123 -0
- package/libs/game/docs/reference/tiles/get-tile-location.md +71 -30
- package/libs/game/docs/reference/tiles/get-tiles-by-type.md +66 -32
- package/libs/game/docs/reference/tiles/location.md +246 -0
- package/libs/game/docs/reference/tiles/place-on-random-tile.md +54 -21
- package/libs/game/docs/reference/tiles/place-on-tile.md +88 -0
- package/libs/game/docs/reference/tiles/set-current-tilemap.md +90 -0
- package/libs/game/docs/reference/tiles/set-tile-at.md +47 -30
- package/libs/game/docs/reference/tiles/set-tilemap.md +90 -0
- package/libs/game/docs/reference/tiles/set-wall-at.md +67 -68
- package/libs/game/docs/reference/tiles/tile-at-location-equals.md +97 -0
- package/libs/game/docs/reference/tiles/tile-at-location-is-wall.md +98 -0
- package/libs/game/docs/reference/tiles/tilemap.md +145 -0
- package/libs/game/sprite.ts +1 -1
- package/libs/game/spritekind.ts +1 -0
- package/libs/game/tilemap.ts +12 -11
- package/libs/net-game/built/debug/binary.js +39 -39
- package/libs/palette/built/debug/binary.js +39 -39
- package/libs/sprite-scaling/built/debug/binary.js +39 -39
- package/libs/storyboard/built/debug/binary.js +39 -39
- package/package.json +2 -2
|
@@ -8568,7 +8568,7 @@ switch (step) {
|
|
|
8568
8568
|
return leaveAccessor(s, r0)
|
|
8569
8569
|
default: oops()
|
|
8570
8570
|
} } }
|
|
8571
|
-
Sprite_image__P112304.info = {"start":
|
|
8571
|
+
Sprite_image__P112304.info = {"start":9023,"length":54,"line":322,"column":4,"endLine":324,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"image","argumentNames":["this"]}
|
|
8572
8572
|
Sprite_image__P112304.isGetter = true;
|
|
8573
8573
|
|
|
8574
8574
|
function Sprite_image__P112304_mk(s) {
|
|
@@ -19376,7 +19376,7 @@ switch (step) {
|
|
|
19376
19376
|
return leaveAccessor(s, r0)
|
|
19377
19377
|
default: oops()
|
|
19378
19378
|
} } }
|
|
19379
|
-
Sprite_height__P112314.info = {"start":
|
|
19379
|
+
Sprite_height__P112314.info = {"start":11668,"length":61,"line":413,"column":4,"endLine":415,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"height","argumentNames":["this"]}
|
|
19380
19380
|
Sprite_height__P112314.isGetter = true;
|
|
19381
19381
|
|
|
19382
19382
|
function Sprite_height__P112314_mk(s) {
|
|
@@ -19437,7 +19437,7 @@ switch (step) {
|
|
|
19437
19437
|
return leave(s, r0)
|
|
19438
19438
|
default: oops()
|
|
19439
19439
|
} } }
|
|
19440
|
-
Sprite_top__P112320.info = {"start":
|
|
19440
|
+
Sprite_top__P112320.info = {"start":12814,"length":256,"line":454,"column":4,"endLine":464,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this","value"]}
|
|
19441
19441
|
|
|
19442
19442
|
function Sprite_top__P112320_mk(s) {
|
|
19443
19443
|
checkStack(s.depth);
|
|
@@ -19553,7 +19553,7 @@ switch (step) {
|
|
|
19553
19553
|
return leaveAccessor(s, r0)
|
|
19554
19554
|
default: oops()
|
|
19555
19555
|
} } }
|
|
19556
|
-
Sprite_top__P112319.info = {"start":
|
|
19556
|
+
Sprite_top__P112319.info = {"start":12671,"length":53,"line":449,"column":4,"endLine":451,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this"]}
|
|
19557
19557
|
Sprite_top__P112319.isGetter = true;
|
|
19558
19558
|
|
|
19559
19559
|
function Sprite_top__P112319_mk(s) {
|
|
@@ -19648,7 +19648,7 @@ switch (step) {
|
|
|
19648
19648
|
return leaveAccessor(s, r0)
|
|
19649
19649
|
default: oops()
|
|
19650
19650
|
} } }
|
|
19651
|
-
Sprite_width__P112313.info = {"start":
|
|
19651
|
+
Sprite_width__P112313.info = {"start":11501,"length":59,"line":408,"column":4,"endLine":410,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"width","argumentNames":["this"]}
|
|
19652
19652
|
Sprite_width__P112313.isGetter = true;
|
|
19653
19653
|
|
|
19654
19654
|
function Sprite_width__P112313_mk(s) {
|
|
@@ -19709,7 +19709,7 @@ switch (step) {
|
|
|
19709
19709
|
return leave(s, r0)
|
|
19710
19710
|
default: oops()
|
|
19711
19711
|
} } }
|
|
19712
|
-
Sprite_left__P112316.info = {"start":
|
|
19712
|
+
Sprite_left__P112316.info = {"start":11980,"length":257,"line":424,"column":4,"endLine":434,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this","value"]}
|
|
19713
19713
|
|
|
19714
19714
|
function Sprite_left__P112316_mk(s) {
|
|
19715
19715
|
checkStack(s.depth);
|
|
@@ -19751,7 +19751,7 @@ switch (step) {
|
|
|
19751
19751
|
return leaveAccessor(s, r0)
|
|
19752
19752
|
default: oops()
|
|
19753
19753
|
} } }
|
|
19754
|
-
Sprite_left__P112315.info = {"start":
|
|
19754
|
+
Sprite_left__P112315.info = {"start":11836,"length":53,"line":419,"column":4,"endLine":421,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this"]}
|
|
19755
19755
|
Sprite_left__P112315.isGetter = true;
|
|
19756
19756
|
|
|
19757
19757
|
function Sprite_left__P112315_mk(s) {
|
|
@@ -20481,7 +20481,7 @@ switch (step) {
|
|
|
20481
20481
|
return leave(s, r0)
|
|
20482
20482
|
default: oops()
|
|
20483
20483
|
} } }
|
|
20484
|
-
Sprite_setKind__P112324.info = {"start":
|
|
20484
|
+
Sprite_setKind__P112324.info = {"start":13968,"length":663,"line":497,"column":4,"endLine":517,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setKind","argumentNames":["this","value"]}
|
|
20485
20485
|
|
|
20486
20486
|
function Sprite_setKind__P112324_mk(s) {
|
|
20487
20487
|
checkStack(s.depth);
|
|
@@ -20965,7 +20965,7 @@ switch (step) {
|
|
|
20965
20965
|
return leave(s, r0)
|
|
20966
20966
|
default: oops()
|
|
20967
20967
|
} } }
|
|
20968
|
-
Sprite_setImage__P112305.info = {"start":
|
|
20968
|
+
Sprite_setImage__P112305.info = {"start":9299,"length":131,"line":332,"column":4,"endLine":336,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setImage","argumentNames":["this","img"]}
|
|
20969
20969
|
|
|
20970
20970
|
function Sprite_setImage__P112305_mk(s) {
|
|
20971
20971
|
checkStack(s.depth);
|
|
@@ -21045,7 +21045,7 @@ switch (step) {
|
|
|
21045
21045
|
return leave(s, r0)
|
|
21046
21046
|
default: oops()
|
|
21047
21047
|
} } }
|
|
21048
|
-
Sprite_recalcSize__P112311.info = {"start":
|
|
21048
|
+
Sprite_recalcSize__P112311.info = {"start":11111,"length":176,"line":396,"column":4,"endLine":400,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"recalcSize","argumentNames":["this"]}
|
|
21049
21049
|
|
|
21050
21050
|
function Sprite_recalcSize__P112311_mk(s) {
|
|
21051
21051
|
checkStack(s.depth);
|
|
@@ -21093,7 +21093,7 @@ switch (step) {
|
|
|
21093
21093
|
return leave(s, r0)
|
|
21094
21094
|
default: oops()
|
|
21095
21095
|
} } }
|
|
21096
|
-
Sprite_resetHitbox__P112307.info = {"start":
|
|
21096
|
+
Sprite_resetHitbox__P112307.info = {"start":9558,"length":76,"line":342,"column":4,"endLine":345,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"resetHitbox","argumentNames":["this"]}
|
|
21097
21097
|
|
|
21098
21098
|
function Sprite_resetHitbox__P112307_mk(s) {
|
|
21099
21099
|
checkStack(s.depth);
|
|
@@ -21261,7 +21261,7 @@ switch (step) {
|
|
|
21261
21261
|
return leave(s, r0)
|
|
21262
21262
|
default: oops()
|
|
21263
21263
|
} } }
|
|
21264
|
-
Sprite_setHitbox__P112308.info = {"start":
|
|
21264
|
+
Sprite_setHitbox__P112308.info = {"start":9640,"length":1324,"line":347,"column":4,"endLine":386,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setHitbox","argumentNames":["this"]}
|
|
21265
21265
|
|
|
21266
21266
|
function Sprite_setHitbox__P112308_mk(s) {
|
|
21267
21267
|
checkStack(s.depth);
|
|
@@ -21420,7 +21420,7 @@ switch (step) {
|
|
|
21420
21420
|
return leave(s, r0)
|
|
21421
21421
|
default: oops()
|
|
21422
21422
|
} } }
|
|
21423
|
-
Sprite_calcDimensionalHash__P112306.info = {"start":
|
|
21423
|
+
Sprite_calcDimensionalHash__P112306.info = {"start":9436,"length":116,"line":338,"column":4,"endLine":340,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"calcDimensionalHash","argumentNames":["this"]}
|
|
21424
21424
|
|
|
21425
21425
|
function Sprite_calcDimensionalHash__P112306_mk(s) {
|
|
21426
21426
|
checkStack(s.depth);
|
|
@@ -27171,7 +27171,7 @@ switch (step) {
|
|
|
27171
27171
|
return leave(s, r0)
|
|
27172
27172
|
default: oops()
|
|
27173
27173
|
} } }
|
|
27174
|
-
Sprite_destroy__P112344.info = {"start":
|
|
27174
|
+
Sprite_destroy__P112344.info = {"start":30126,"length":293,"line":963,"column":4,"endLine":972,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"destroy","argumentNames":["this","effect","duration"]}
|
|
27175
27175
|
|
|
27176
27176
|
function Sprite_destroy__P112344_mk(s) {
|
|
27177
27177
|
checkStack(s.depth);
|
|
@@ -27306,7 +27306,7 @@ switch (step) {
|
|
|
27306
27306
|
return leave(s, r0)
|
|
27307
27307
|
default: oops()
|
|
27308
27308
|
} } }
|
|
27309
|
-
Sprite__destroyCore__P112345.info = {"start":
|
|
27309
|
+
Sprite__destroyCore__P112345.info = {"start":30425,"length":522,"line":974,"column":4,"endLine":986,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"_destroyCore","argumentNames":["this"]}
|
|
27310
27310
|
|
|
27311
27311
|
function Sprite__destroyCore__P112345_mk(s) {
|
|
27312
27312
|
checkStack(s.depth);
|
|
@@ -27351,7 +27351,7 @@ switch (step) {
|
|
|
27351
27351
|
return leave(s, r0)
|
|
27352
27352
|
default: oops()
|
|
27353
27353
|
} } }
|
|
27354
|
-
forEach_inline__P121156.info = {"start":
|
|
27354
|
+
forEach_inline__P121156.info = {"start":30870,"length":26,"line":984,"column":20,"endLine":984,"endColumn":46,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
|
|
27355
27355
|
|
|
27356
27356
|
function forEach_inline__P121156_mk(s) {
|
|
27357
27357
|
checkStack(s.depth);
|
|
@@ -27399,7 +27399,7 @@ switch (step) {
|
|
|
27399
27399
|
return leave(s, r0)
|
|
27400
27400
|
default: oops()
|
|
27401
27401
|
} } }
|
|
27402
|
-
Sprite__destroyCore_inline__P121162.info = {"start":
|
|
27402
|
+
Sprite__destroyCore_inline__P121162.info = {"start":30919,"length":20,"line":985,"column":21,"endLine":985,"endColumn":41,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
|
|
27403
27403
|
|
|
27404
27404
|
function Sprite__destroyCore_inline__P121162_mk(s) {
|
|
27405
27405
|
checkStack(s.depth);
|
|
@@ -27470,7 +27470,7 @@ switch (step) {
|
|
|
27470
27470
|
return leave(s, r0)
|
|
27471
27471
|
default: oops()
|
|
27472
27472
|
} } }
|
|
27473
|
-
Sprite_kind__P112323.info = {"start":
|
|
27473
|
+
Sprite_kind__P112323.info = {"start":13700,"length":41,"line":486,"column":4,"endLine":488,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"kind","argumentNames":["this"]}
|
|
27474
27474
|
|
|
27475
27475
|
function Sprite_kind__P112323_mk(s) {
|
|
27476
27476
|
checkStack(s.depth);
|
|
@@ -28215,7 +28215,7 @@ switch (step) {
|
|
|
28215
28215
|
return leave(s, r0)
|
|
28216
28216
|
default: oops()
|
|
28217
28217
|
} } }
|
|
28218
|
-
Sprite_setFlag__P112335.info = {"start":
|
|
28218
|
+
Sprite_setFlag__P112335.info = {"start":24055,"length":130,"line":784,"column":4,"endLine":787,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setFlag","argumentNames":["this","flag","on"]}
|
|
28219
28219
|
|
|
28220
28220
|
function Sprite_setFlag__P112335_mk(s) {
|
|
28221
28221
|
checkStack(s.depth);
|
|
@@ -34179,7 +34179,7 @@ switch (step) {
|
|
|
34179
34179
|
return leave(s, r0)
|
|
34180
34180
|
default: oops()
|
|
34181
34181
|
} } }
|
|
34182
|
-
SpriteKind_create__P112385.info = {"start":
|
|
34182
|
+
SpriteKind_create__P112385.info = {"start":783,"length":112,"line":26,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/game/spritekind.ts","functionName":"create","argumentNames":[]}
|
|
34183
34183
|
|
|
34184
34184
|
function SpriteKind_create__P112385_mk(s) {
|
|
34185
34185
|
checkStack(s.depth);
|
|
@@ -35921,7 +35921,7 @@ switch (step) {
|
|
|
35921
35921
|
return leave(s, r0)
|
|
35922
35922
|
default: oops()
|
|
35923
35923
|
} } }
|
|
35924
|
-
Sprite_isStatic__P112309.info = {"start":
|
|
35924
|
+
Sprite_isStatic__P112309.info = {"start":10970,"length":57,"line":388,"column":4,"endLine":390,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isStatic","argumentNames":["this"]}
|
|
35925
35925
|
|
|
35926
35926
|
function Sprite_isStatic__P112309_mk(s) {
|
|
35927
35927
|
checkStack(s.depth);
|
|
@@ -37793,7 +37793,7 @@ switch (step) {
|
|
|
37793
37793
|
return leave(s, r0)
|
|
37794
37794
|
default: oops()
|
|
37795
37795
|
} } }
|
|
37796
|
-
tiles_getTileImage__P112681.info = {"start":
|
|
37796
|
+
tiles_getTileImage__P112681.info = {"start":21835,"length":207,"line":673,"column":4,"endLine":677,"endColumn":5,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["loc"]}
|
|
37797
37797
|
|
|
37798
37798
|
function tiles_getTileImage__P112681_mk(s) {
|
|
37799
37799
|
checkStack(s.depth);
|
|
@@ -38579,7 +38579,7 @@ switch (step) {
|
|
|
38579
38579
|
return leave(s, r0)
|
|
38580
38580
|
default: oops()
|
|
38581
38581
|
} } }
|
|
38582
|
-
Sprite_registerObstacle__P112342.info = {"start":
|
|
38582
|
+
Sprite_registerObstacle__P112342.info = {"start":28646,"length":965,"line":922,"column":4,"endLine":942,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"registerObstacle","argumentNames":["this","direction","other","tm"]}
|
|
38583
38583
|
|
|
38584
38584
|
function Sprite_registerObstacle__P112342_mk(s) {
|
|
38585
38585
|
checkStack(s.depth);
|
|
@@ -38630,7 +38630,7 @@ switch (step) {
|
|
|
38630
38630
|
return leave(s, r0)
|
|
38631
38631
|
default: oops()
|
|
38632
38632
|
} } }
|
|
38633
|
-
forEach_inline__P124249.info = {"start":
|
|
38633
|
+
forEach_inline__P124249.info = {"start":29044,"length":26,"line":929,"column":24,"endLine":929,"endColumn":50,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
|
|
38634
38634
|
|
|
38635
38635
|
function forEach_inline__P124249_mk(s) {
|
|
38636
38636
|
checkStack(s.depth);
|
|
@@ -38678,7 +38678,7 @@ switch (step) {
|
|
|
38678
38678
|
return leave(s, r0)
|
|
38679
38679
|
default: oops()
|
|
38680
38680
|
} } }
|
|
38681
|
-
Sprite_registerObstacle_inline__P124255.info = {"start":
|
|
38681
|
+
Sprite_registerObstacle_inline__P124255.info = {"start":29097,"length":20,"line":930,"column":25,"endLine":930,"endColumn":45,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
|
|
38682
38682
|
|
|
38683
38683
|
function Sprite_registerObstacle_inline__P124255_mk(s) {
|
|
38684
38684
|
checkStack(s.depth);
|
|
@@ -38715,7 +38715,7 @@ switch (step) {
|
|
|
38715
38715
|
return leave(s, r0)
|
|
38716
38716
|
default: oops()
|
|
38717
38717
|
} } }
|
|
38718
|
-
wallHandlersToRun_inline__P124268.info = {"start":
|
|
38718
|
+
wallHandlersToRun_inline__P124268.info = {"start":29303,"length":32,"line":935,"column":24,"endLine":935,"endColumn":56,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
|
|
38719
38719
|
|
|
38720
38720
|
function wallHandlersToRun_inline__P124268_mk(s) {
|
|
38721
38721
|
checkStack(s.depth);
|
|
@@ -38764,7 +38764,7 @@ switch (step) {
|
|
|
38764
38764
|
return leave(s, r0)
|
|
38765
38765
|
default: oops()
|
|
38766
38766
|
} } }
|
|
38767
|
-
Sprite_registerObstacle_inline__P124297.info = {"start":
|
|
38767
|
+
Sprite_registerObstacle_inline__P124297.info = {"start":29543,"length":36,"line":939,"column":29,"endLine":939,"endColumn":65,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
|
|
38768
38768
|
|
|
38769
38769
|
function Sprite_registerObstacle_inline__P124297_mk(s) {
|
|
38770
38770
|
checkStack(s.depth);
|
|
@@ -40657,7 +40657,7 @@ switch (step) {
|
|
|
40657
40657
|
return leave(s, r0)
|
|
40658
40658
|
default: oops()
|
|
40659
40659
|
} } }
|
|
40660
|
-
Sprite_overlapsWith__P112336.info = {"start":
|
|
40660
|
+
Sprite_overlapsWith__P112336.info = {"start":24473,"length":1575,"line":797,"column":4,"endLine":844,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"overlapsWith","argumentNames":["this","other"]}
|
|
40661
40661
|
|
|
40662
40662
|
function Sprite_overlapsWith__P112336_mk(s) {
|
|
40663
40663
|
checkStack(s.depth);
|
|
@@ -40880,7 +40880,7 @@ switch (step) {
|
|
|
40880
40880
|
return leave(s, r0)
|
|
40881
40881
|
default: oops()
|
|
40882
40882
|
} } }
|
|
40883
|
-
Sprite_isScaled__P112312.info = {"start":
|
|
40883
|
+
Sprite_isScaled__P112312.info = {"start":11293,"length":100,"line":402,"column":4,"endLine":404,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isScaled","argumentNames":["this"]}
|
|
40884
40884
|
|
|
40885
40885
|
function Sprite_isScaled__P112312_mk(s) {
|
|
40886
40886
|
checkStack(s.depth);
|
|
@@ -41426,7 +41426,7 @@ switch (step) {
|
|
|
41426
41426
|
return leaveAccessor(s, r0)
|
|
41427
41427
|
default: oops()
|
|
41428
41428
|
} } }
|
|
41429
|
-
Sprite_right__P112317.info = {"start":
|
|
41429
|
+
Sprite_right__P112317.info = {"start":12345,"length":57,"line":438,"column":4,"endLine":440,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this"]}
|
|
41430
41430
|
Sprite_right__P112317.isGetter = true;
|
|
41431
41431
|
|
|
41432
41432
|
function Sprite_right__P112317_mk(s) {
|
|
@@ -41477,7 +41477,7 @@ switch (step) {
|
|
|
41477
41477
|
return leaveAccessor(s, r0)
|
|
41478
41478
|
default: oops()
|
|
41479
41479
|
} } }
|
|
41480
|
-
Sprite_bottom__P112321.info = {"start":
|
|
41480
|
+
Sprite_bottom__P112321.info = {"start":13179,"length":59,"line":468,"column":4,"endLine":470,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this"]}
|
|
41481
41481
|
Sprite_bottom__P112321.isGetter = true;
|
|
41482
41482
|
|
|
41483
41483
|
function Sprite_bottom__P112321_mk(s) {
|
|
@@ -42211,7 +42211,7 @@ switch (step) {
|
|
|
42211
42211
|
return leave(s, r0)
|
|
42212
42212
|
default: oops()
|
|
42213
42213
|
} } }
|
|
42214
|
-
Sprite_clearObstacles__P112341.info = {"start":
|
|
42214
|
+
Sprite_clearObstacles__P112341.info = {"start":28586,"length":54,"line":918,"column":4,"endLine":920,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"clearObstacles","argumentNames":["this"]}
|
|
42215
42215
|
|
|
42216
42216
|
function Sprite_clearObstacles__P112341_mk(s) {
|
|
42217
42217
|
checkStack(s.depth);
|
|
@@ -44310,7 +44310,7 @@ switch (step) {
|
|
|
44310
44310
|
return leave(s, r0)
|
|
44311
44311
|
default: oops()
|
|
44312
44312
|
} } }
|
|
44313
|
-
Sprite_toString__P112350.info = {"start":
|
|
44313
|
+
Sprite_toString__P112350.info = {"start":37744,"length":93,"line":1170,"column":4,"endLine":1172,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"toString","argumentNames":["this"]}
|
|
44314
44314
|
|
|
44315
44315
|
function Sprite_toString__P112350_mk(s) {
|
|
44316
44316
|
checkStack(s.depth);
|
|
@@ -44657,7 +44657,7 @@ switch (step) {
|
|
|
44657
44657
|
return leave(s, r0)
|
|
44658
44658
|
default: oops()
|
|
44659
44659
|
} } }
|
|
44660
|
-
Sprite___update__P112332.info = {"start":
|
|
44660
|
+
Sprite___update__P112332.info = {"start":21632,"length":1363,"line":714,"column":4,"endLine":750,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__update","argumentNames":["this","camera","dt"]}
|
|
44661
44661
|
|
|
44662
44662
|
function Sprite___update__P112332_mk(s) {
|
|
44663
44663
|
checkStack(s.depth);
|
|
@@ -44761,7 +44761,7 @@ switch (step) {
|
|
|
44761
44761
|
return leave(s, r0)
|
|
44762
44762
|
default: oops()
|
|
44763
44763
|
} } }
|
|
44764
|
-
Sprite_bottom__P112322.info = {"start":
|
|
44764
|
+
Sprite_bottom__P112322.info = {"start":13331,"length":73,"line":473,"column":4,"endLine":475,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this","value"]}
|
|
44765
44765
|
|
|
44766
44766
|
function Sprite_bottom__P112322_mk(s) {
|
|
44767
44767
|
checkStack(s.depth);
|
|
@@ -44815,7 +44815,7 @@ switch (step) {
|
|
|
44815
44815
|
return leave(s, r0)
|
|
44816
44816
|
default: oops()
|
|
44817
44817
|
} } }
|
|
44818
|
-
Sprite_right__P112318.info = {"start":
|
|
44818
|
+
Sprite_right__P112318.info = {"start":12494,"length":71,"line":443,"column":4,"endLine":445,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this","value"]}
|
|
44819
44819
|
|
|
44820
44820
|
function Sprite_right__P112318_mk(s) {
|
|
44821
44821
|
checkStack(s.depth);
|
|
@@ -44950,7 +44950,7 @@ switch (step) {
|
|
|
44950
44950
|
return leave(s, r0)
|
|
44951
44951
|
default: oops()
|
|
44952
44952
|
} } }
|
|
44953
|
-
Sprite_isOutOfScreen__P112330.info = {"start":
|
|
44953
|
+
Sprite_isOutOfScreen__P112330.info = {"start":18957,"length":358,"line":640,"column":4,"endLine":644,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isOutOfScreen","argumentNames":["this","camera"]}
|
|
44954
44954
|
|
|
44955
44955
|
function Sprite_isOutOfScreen__P112330_mk(s) {
|
|
44956
44956
|
checkStack(s.depth);
|
|
@@ -47191,7 +47191,7 @@ switch (step) {
|
|
|
47191
47191
|
return leave(s, r0)
|
|
47192
47192
|
default: oops()
|
|
47193
47193
|
} } }
|
|
47194
|
-
Sprite___drawCore__P112331.info = {"start":
|
|
47194
|
+
Sprite___drawCore__P112331.info = {"start":19321,"length":2305,"line":646,"column":4,"endLine":712,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__drawCore","argumentNames":["this","camera"]}
|
|
47195
47195
|
|
|
47196
47196
|
function Sprite___drawCore__P112331_mk(s) {
|
|
47197
47197
|
checkStack(s.depth);
|
|
@@ -47326,7 +47326,7 @@ switch (step) {
|
|
|
47326
47326
|
return leave(s, r0)
|
|
47327
47327
|
default: oops()
|
|
47328
47328
|
} } }
|
|
47329
|
-
Sprite___visible__P112310.info = {"start":
|
|
47329
|
+
Sprite___visible__P112310.info = {"start":11033,"length":72,"line":392,"column":4,"endLine":394,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__visible","argumentNames":["this"]}
|
|
47330
47330
|
|
|
47331
47331
|
function Sprite___visible__P112310_mk(s) {
|
|
47332
47332
|
checkStack(s.depth);
|