pxt-common-packages 9.5.3 → 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.
Files changed (40) hide show
  1. package/built/common-sim.d.ts +5 -0
  2. package/built/common-sim.js +52 -22
  3. package/libs/controller/built/debug/binary.js +39 -39
  4. package/libs/controller---none/built/debug/binary.js +39 -39
  5. package/libs/game/built/debug/binary.js +39 -39
  6. package/libs/game/docs/reference/sprites/sprite/follow.md +66 -0
  7. package/libs/game/docs/reference/sprites/sprite/set-bounce-on-wall.md +2 -2
  8. package/libs/game/docs/reference/sprites/sprite-kind.md +70 -0
  9. package/libs/game/docs/reference/tiles/get-neighboring-location.md +123 -0
  10. package/libs/game/docs/reference/tiles/get-tile-location.md +71 -30
  11. package/libs/game/docs/reference/tiles/get-tiles-by-type.md +66 -32
  12. package/libs/game/docs/reference/tiles/location.md +246 -0
  13. package/libs/game/docs/reference/tiles/place-on-random-tile.md +54 -21
  14. package/libs/game/docs/reference/tiles/place-on-tile.md +88 -0
  15. package/libs/game/docs/reference/tiles/set-current-tilemap.md +90 -0
  16. package/libs/game/docs/reference/tiles/set-tile-at.md +47 -30
  17. package/libs/game/docs/reference/tiles/set-tilemap.md +90 -0
  18. package/libs/game/docs/reference/tiles/set-wall-at.md +67 -68
  19. package/libs/game/docs/reference/tiles/tile-at-location-equals.md +97 -0
  20. package/libs/game/docs/reference/tiles/tile-at-location-is-wall.md +98 -0
  21. package/libs/game/docs/reference/tiles/tilemap.md +145 -0
  22. package/libs/game/sprite.ts +2 -1
  23. package/libs/game/spritekind.ts +1 -0
  24. package/libs/game/tilemap.ts +12 -11
  25. package/libs/matrix-keypad/built/debug/binary.js +8 -8
  26. package/libs/net-game/built/debug/binary.js +39 -39
  27. package/libs/palette/built/debug/binary.js +39 -39
  28. package/libs/radio/_locales/radio-jsdoc-strings.json +2 -0
  29. package/libs/radio/_locales/radio-strings.json +4 -1
  30. package/libs/radio/radio.cpp +56 -3
  31. package/libs/radio/radio.ts +13 -2
  32. package/libs/radio/shims.d.ts +16 -1
  33. package/libs/radio/sim/radio.ts +18 -5
  34. package/libs/radio/sim/state.ts +37 -17
  35. package/libs/radio-broadcast/_locales/radio-broadcast-strings.json +2 -1
  36. package/libs/radio-broadcast/built/debug/binary.js +8 -8
  37. package/libs/radio-broadcast/radio-broadcast.ts +2 -0
  38. package/libs/sprite-scaling/built/debug/binary.js +6782 -6782
  39. package/libs/storyboard/built/debug/binary.js +39 -39
  40. package/package.json +2 -2
@@ -6699,7 +6699,7 @@ switch (step) {
6699
6699
  return leaveAccessor(s, r0)
6700
6700
  default: oops()
6701
6701
  } } }
6702
- Sprite_height__P81395.info = {"start":11642,"length":61,"line":413,"column":4,"endLine":415,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"height","argumentNames":["this"]}
6702
+ Sprite_height__P81395.info = {"start":11668,"length":61,"line":413,"column":4,"endLine":415,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"height","argumentNames":["this"]}
6703
6703
  Sprite_height__P81395.isGetter = true;
6704
6704
 
6705
6705
  function Sprite_height__P81395_mk(s) {
@@ -6913,7 +6913,7 @@ switch (step) {
6913
6913
  return leave(s, r0)
6914
6914
  default: oops()
6915
6915
  } } }
6916
- Sprite_top__P81401.info = {"start":12788,"length":256,"line":454,"column":4,"endLine":464,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this","value"]}
6916
+ Sprite_top__P81401.info = {"start":12814,"length":256,"line":454,"column":4,"endLine":464,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this","value"]}
6917
6917
 
6918
6918
  function Sprite_top__P81401_mk(s) {
6919
6919
  checkStack(s.depth);
@@ -7029,7 +7029,7 @@ switch (step) {
7029
7029
  return leaveAccessor(s, r0)
7030
7030
  default: oops()
7031
7031
  } } }
7032
- Sprite_top__P81400.info = {"start":12645,"length":53,"line":449,"column":4,"endLine":451,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this"]}
7032
+ Sprite_top__P81400.info = {"start":12671,"length":53,"line":449,"column":4,"endLine":451,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this"]}
7033
7033
  Sprite_top__P81400.isGetter = true;
7034
7034
 
7035
7035
  function Sprite_top__P81400_mk(s) {
@@ -17027,7 +17027,7 @@ switch (step) {
17027
17027
  return leave(s, r0)
17028
17028
  default: oops()
17029
17029
  } } }
17030
- Sprite_destroy__P81425.info = {"start":30100,"length":293,"line":963,"column":4,"endLine":972,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"destroy","argumentNames":["this","effect","duration"]}
17030
+ Sprite_destroy__P81425.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"]}
17031
17031
 
17032
17032
  function Sprite_destroy__P81425_mk(s) {
17033
17033
  checkStack(s.depth);
@@ -17162,7 +17162,7 @@ switch (step) {
17162
17162
  return leave(s, r0)
17163
17163
  default: oops()
17164
17164
  } } }
17165
- Sprite__destroyCore__P81426.info = {"start":30399,"length":522,"line":974,"column":4,"endLine":986,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"_destroyCore","argumentNames":["this"]}
17165
+ Sprite__destroyCore__P81426.info = {"start":30425,"length":522,"line":974,"column":4,"endLine":986,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"_destroyCore","argumentNames":["this"]}
17166
17166
 
17167
17167
  function Sprite__destroyCore__P81426_mk(s) {
17168
17168
  checkStack(s.depth);
@@ -17207,7 +17207,7 @@ switch (step) {
17207
17207
  return leave(s, r0)
17208
17208
  default: oops()
17209
17209
  } } }
17210
- forEach_inline__P87284.info = {"start":30844,"length":26,"line":984,"column":20,"endLine":984,"endColumn":46,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
17210
+ forEach_inline__P87284.info = {"start":30870,"length":26,"line":984,"column":20,"endLine":984,"endColumn":46,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
17211
17211
 
17212
17212
  function forEach_inline__P87284_mk(s) {
17213
17213
  checkStack(s.depth);
@@ -17255,7 +17255,7 @@ switch (step) {
17255
17255
  return leave(s, r0)
17256
17256
  default: oops()
17257
17257
  } } }
17258
- Sprite__destroyCore_inline__P87291.info = {"start":30893,"length":20,"line":985,"column":21,"endLine":985,"endColumn":41,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
17258
+ Sprite__destroyCore_inline__P87291.info = {"start":30919,"length":20,"line":985,"column":21,"endLine":985,"endColumn":41,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
17259
17259
 
17260
17260
  function Sprite__destroyCore_inline__P87291_mk(s) {
17261
17261
  checkStack(s.depth);
@@ -17387,7 +17387,7 @@ switch (step) {
17387
17387
  return leave(s, r0)
17388
17388
  default: oops()
17389
17389
  } } }
17390
- Sprite_kind__P81404.info = {"start":13674,"length":41,"line":486,"column":4,"endLine":488,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"kind","argumentNames":["this"]}
17390
+ Sprite_kind__P81404.info = {"start":13700,"length":41,"line":486,"column":4,"endLine":488,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"kind","argumentNames":["this"]}
17391
17391
 
17392
17392
  function Sprite_kind__P81404_mk(s) {
17393
17393
  checkStack(s.depth);
@@ -17907,7 +17907,7 @@ switch (step) {
17907
17907
  return leave(s, r0)
17908
17908
  default: oops()
17909
17909
  } } }
17910
- Sprite_setImage__P81386.info = {"start":9273,"length":131,"line":332,"column":4,"endLine":336,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setImage","argumentNames":["this","img"]}
17910
+ Sprite_setImage__P81386.info = {"start":9299,"length":131,"line":332,"column":4,"endLine":336,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setImage","argumentNames":["this","img"]}
17911
17911
 
17912
17912
  function Sprite_setImage__P81386_mk(s) {
17913
17913
  checkStack(s.depth);
@@ -17987,7 +17987,7 @@ switch (step) {
17987
17987
  return leave(s, r0)
17988
17988
  default: oops()
17989
17989
  } } }
17990
- Sprite_recalcSize__P81392.info = {"start":11085,"length":176,"line":396,"column":4,"endLine":400,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"recalcSize","argumentNames":["this"]}
17990
+ Sprite_recalcSize__P81392.info = {"start":11111,"length":176,"line":396,"column":4,"endLine":400,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"recalcSize","argumentNames":["this"]}
17991
17991
 
17992
17992
  function Sprite_recalcSize__P81392_mk(s) {
17993
17993
  checkStack(s.depth);
@@ -18035,7 +18035,7 @@ switch (step) {
18035
18035
  return leave(s, r0)
18036
18036
  default: oops()
18037
18037
  } } }
18038
- Sprite_resetHitbox__P81388.info = {"start":9532,"length":76,"line":342,"column":4,"endLine":345,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"resetHitbox","argumentNames":["this"]}
18038
+ Sprite_resetHitbox__P81388.info = {"start":9558,"length":76,"line":342,"column":4,"endLine":345,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"resetHitbox","argumentNames":["this"]}
18039
18039
 
18040
18040
  function Sprite_resetHitbox__P81388_mk(s) {
18041
18041
  checkStack(s.depth);
@@ -18203,7 +18203,7 @@ switch (step) {
18203
18203
  return leave(s, r0)
18204
18204
  default: oops()
18205
18205
  } } }
18206
- Sprite_setHitbox__P81389.info = {"start":9614,"length":1324,"line":347,"column":4,"endLine":386,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setHitbox","argumentNames":["this"]}
18206
+ Sprite_setHitbox__P81389.info = {"start":9640,"length":1324,"line":347,"column":4,"endLine":386,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setHitbox","argumentNames":["this"]}
18207
18207
 
18208
18208
  function Sprite_setHitbox__P81389_mk(s) {
18209
18209
  checkStack(s.depth);
@@ -18362,7 +18362,7 @@ switch (step) {
18362
18362
  return leave(s, r0)
18363
18363
  default: oops()
18364
18364
  } } }
18365
- Sprite_calcDimensionalHash__P81387.info = {"start":9410,"length":116,"line":338,"column":4,"endLine":340,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"calcDimensionalHash","argumentNames":["this"]}
18365
+ Sprite_calcDimensionalHash__P81387.info = {"start":9436,"length":116,"line":338,"column":4,"endLine":340,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"calcDimensionalHash","argumentNames":["this"]}
18366
18366
 
18367
18367
  function Sprite_calcDimensionalHash__P81387_mk(s) {
18368
18368
  checkStack(s.depth);
@@ -18938,7 +18938,7 @@ switch (step) {
18938
18938
  return leaveAccessor(s, r0)
18939
18939
  default: oops()
18940
18940
  } } }
18941
- Sprite_image__P81385.info = {"start":8997,"length":54,"line":322,"column":4,"endLine":324,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"image","argumentNames":["this"]}
18941
+ Sprite_image__P81385.info = {"start":9023,"length":54,"line":322,"column":4,"endLine":324,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"image","argumentNames":["this"]}
18942
18942
  Sprite_image__P81385.isGetter = true;
18943
18943
 
18944
18944
  function Sprite_image__P81385_mk(s) {
@@ -19173,7 +19173,7 @@ switch (step) {
19173
19173
  return leave(s, r0)
19174
19174
  default: oops()
19175
19175
  } } }
19176
- Sprite_setFlag__P81416.info = {"start":24029,"length":130,"line":784,"column":4,"endLine":787,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setFlag","argumentNames":["this","flag","on"]}
19176
+ Sprite_setFlag__P81416.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"]}
19177
19177
 
19178
19178
  function Sprite_setFlag__P81416_mk(s) {
19179
19179
  checkStack(s.depth);
@@ -19481,7 +19481,7 @@ switch (step) {
19481
19481
  return leaveAccessor(s, r0)
19482
19482
  default: oops()
19483
19483
  } } }
19484
- Sprite_width__P81394.info = {"start":11475,"length":59,"line":408,"column":4,"endLine":410,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"width","argumentNames":["this"]}
19484
+ Sprite_width__P81394.info = {"start":11501,"length":59,"line":408,"column":4,"endLine":410,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"width","argumentNames":["this"]}
19485
19485
  Sprite_width__P81394.isGetter = true;
19486
19486
 
19487
19487
  function Sprite_width__P81394_mk(s) {
@@ -19542,7 +19542,7 @@ switch (step) {
19542
19542
  return leave(s, r0)
19543
19543
  default: oops()
19544
19544
  } } }
19545
- Sprite_left__P81397.info = {"start":11954,"length":257,"line":424,"column":4,"endLine":434,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this","value"]}
19545
+ Sprite_left__P81397.info = {"start":11980,"length":257,"line":424,"column":4,"endLine":434,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this","value"]}
19546
19546
 
19547
19547
  function Sprite_left__P81397_mk(s) {
19548
19548
  checkStack(s.depth);
@@ -19584,7 +19584,7 @@ switch (step) {
19584
19584
  return leaveAccessor(s, r0)
19585
19585
  default: oops()
19586
19586
  } } }
19587
- Sprite_left__P81396.info = {"start":11810,"length":53,"line":419,"column":4,"endLine":421,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this"]}
19587
+ Sprite_left__P81396.info = {"start":11836,"length":53,"line":419,"column":4,"endLine":421,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this"]}
19588
19588
  Sprite_left__P81396.isGetter = true;
19589
19589
 
19590
19590
  function Sprite_left__P81396_mk(s) {
@@ -20209,7 +20209,7 @@ switch (step) {
20209
20209
  return leave(s, r0)
20210
20210
  default: oops()
20211
20211
  } } }
20212
- Sprite_setKind__P81405.info = {"start":13942,"length":663,"line":497,"column":4,"endLine":517,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setKind","argumentNames":["this","value"]}
20212
+ Sprite_setKind__P81405.info = {"start":13968,"length":663,"line":497,"column":4,"endLine":517,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setKind","argumentNames":["this","value"]}
20213
20213
 
20214
20214
  function Sprite_setKind__P81405_mk(s) {
20215
20215
  checkStack(s.depth);
@@ -25801,7 +25801,7 @@ switch (step) {
25801
25801
  return leave(s, r0)
25802
25802
  default: oops()
25803
25803
  } } }
25804
- SpriteKind_create__P81466.info = {"start":750,"length":112,"line":25,"column":4,"endLine":28,"endColumn":5,"fileName":"pxt_modules/game/spritekind.ts","functionName":"create","argumentNames":[]}
25804
+ SpriteKind_create__P81466.info = {"start":783,"length":112,"line":26,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/game/spritekind.ts","functionName":"create","argumentNames":[]}
25805
25805
 
25806
25806
  function SpriteKind_create__P81466_mk(s) {
25807
25807
  checkStack(s.depth);
@@ -27637,7 +27637,7 @@ switch (step) {
27637
27637
  return leave(s, r0)
27638
27638
  default: oops()
27639
27639
  } } }
27640
- Sprite_isStatic__P81390.info = {"start":10944,"length":57,"line":388,"column":4,"endLine":390,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isStatic","argumentNames":["this"]}
27640
+ Sprite_isStatic__P81390.info = {"start":10970,"length":57,"line":388,"column":4,"endLine":390,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isStatic","argumentNames":["this"]}
27641
27641
 
27642
27642
  function Sprite_isStatic__P81390_mk(s) {
27643
27643
  checkStack(s.depth);
@@ -29509,7 +29509,7 @@ switch (step) {
29509
29509
  return leave(s, r0)
29510
29510
  default: oops()
29511
29511
  } } }
29512
- tiles_getTileImage__P81762.info = {"start":21828,"length":207,"line":673,"column":4,"endLine":677,"endColumn":5,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["loc"]}
29512
+ tiles_getTileImage__P81762.info = {"start":21835,"length":207,"line":673,"column":4,"endLine":677,"endColumn":5,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["loc"]}
29513
29513
 
29514
29514
  function tiles_getTileImage__P81762_mk(s) {
29515
29515
  checkStack(s.depth);
@@ -30295,7 +30295,7 @@ switch (step) {
30295
30295
  return leave(s, r0)
30296
30296
  default: oops()
30297
30297
  } } }
30298
- Sprite_registerObstacle__P81423.info = {"start":28620,"length":965,"line":922,"column":4,"endLine":942,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"registerObstacle","argumentNames":["this","direction","other","tm"]}
30298
+ Sprite_registerObstacle__P81423.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"]}
30299
30299
 
30300
30300
  function Sprite_registerObstacle__P81423_mk(s) {
30301
30301
  checkStack(s.depth);
@@ -30346,7 +30346,7 @@ switch (step) {
30346
30346
  return leave(s, r0)
30347
30347
  default: oops()
30348
30348
  } } }
30349
- forEach_inline__P90842.info = {"start":29018,"length":26,"line":929,"column":24,"endLine":929,"endColumn":50,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30349
+ forEach_inline__P90842.info = {"start":29044,"length":26,"line":929,"column":24,"endLine":929,"endColumn":50,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30350
30350
 
30351
30351
  function forEach_inline__P90842_mk(s) {
30352
30352
  checkStack(s.depth);
@@ -30394,7 +30394,7 @@ switch (step) {
30394
30394
  return leave(s, r0)
30395
30395
  default: oops()
30396
30396
  } } }
30397
- Sprite_registerObstacle_inline__P90848.info = {"start":29071,"length":20,"line":930,"column":25,"endLine":930,"endColumn":45,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30397
+ Sprite_registerObstacle_inline__P90848.info = {"start":29097,"length":20,"line":930,"column":25,"endLine":930,"endColumn":45,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30398
30398
 
30399
30399
  function Sprite_registerObstacle_inline__P90848_mk(s) {
30400
30400
  checkStack(s.depth);
@@ -30431,7 +30431,7 @@ switch (step) {
30431
30431
  return leave(s, r0)
30432
30432
  default: oops()
30433
30433
  } } }
30434
- wallHandlersToRun_inline__P90861.info = {"start":29277,"length":32,"line":935,"column":24,"endLine":935,"endColumn":56,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30434
+ wallHandlersToRun_inline__P90861.info = {"start":29303,"length":32,"line":935,"column":24,"endLine":935,"endColumn":56,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30435
30435
 
30436
30436
  function wallHandlersToRun_inline__P90861_mk(s) {
30437
30437
  checkStack(s.depth);
@@ -30480,7 +30480,7 @@ switch (step) {
30480
30480
  return leave(s, r0)
30481
30481
  default: oops()
30482
30482
  } } }
30483
- Sprite_registerObstacle_inline__P90890.info = {"start":29517,"length":36,"line":939,"column":29,"endLine":939,"endColumn":65,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30483
+ Sprite_registerObstacle_inline__P90890.info = {"start":29543,"length":36,"line":939,"column":29,"endLine":939,"endColumn":65,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]}
30484
30484
 
30485
30485
  function Sprite_registerObstacle_inline__P90890_mk(s) {
30486
30486
  checkStack(s.depth);
@@ -32373,7 +32373,7 @@ switch (step) {
32373
32373
  return leave(s, r0)
32374
32374
  default: oops()
32375
32375
  } } }
32376
- Sprite_overlapsWith__P81417.info = {"start":24447,"length":1575,"line":797,"column":4,"endLine":844,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"overlapsWith","argumentNames":["this","other"]}
32376
+ Sprite_overlapsWith__P81417.info = {"start":24473,"length":1575,"line":797,"column":4,"endLine":844,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"overlapsWith","argumentNames":["this","other"]}
32377
32377
 
32378
32378
  function Sprite_overlapsWith__P81417_mk(s) {
32379
32379
  checkStack(s.depth);
@@ -32596,7 +32596,7 @@ switch (step) {
32596
32596
  return leave(s, r0)
32597
32597
  default: oops()
32598
32598
  } } }
32599
- Sprite_isScaled__P81393.info = {"start":11267,"length":100,"line":402,"column":4,"endLine":404,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isScaled","argumentNames":["this"]}
32599
+ Sprite_isScaled__P81393.info = {"start":11293,"length":100,"line":402,"column":4,"endLine":404,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isScaled","argumentNames":["this"]}
32600
32600
 
32601
32601
  function Sprite_isScaled__P81393_mk(s) {
32602
32602
  checkStack(s.depth);
@@ -33142,7 +33142,7 @@ switch (step) {
33142
33142
  return leaveAccessor(s, r0)
33143
33143
  default: oops()
33144
33144
  } } }
33145
- Sprite_right__P81398.info = {"start":12319,"length":57,"line":438,"column":4,"endLine":440,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this"]}
33145
+ Sprite_right__P81398.info = {"start":12345,"length":57,"line":438,"column":4,"endLine":440,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this"]}
33146
33146
  Sprite_right__P81398.isGetter = true;
33147
33147
 
33148
33148
  function Sprite_right__P81398_mk(s) {
@@ -33193,7 +33193,7 @@ switch (step) {
33193
33193
  return leaveAccessor(s, r0)
33194
33194
  default: oops()
33195
33195
  } } }
33196
- Sprite_bottom__P81402.info = {"start":13153,"length":59,"line":468,"column":4,"endLine":470,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this"]}
33196
+ Sprite_bottom__P81402.info = {"start":13179,"length":59,"line":468,"column":4,"endLine":470,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this"]}
33197
33197
  Sprite_bottom__P81402.isGetter = true;
33198
33198
 
33199
33199
  function Sprite_bottom__P81402_mk(s) {
@@ -33927,7 +33927,7 @@ switch (step) {
33927
33927
  return leave(s, r0)
33928
33928
  default: oops()
33929
33929
  } } }
33930
- Sprite_clearObstacles__P81422.info = {"start":28560,"length":54,"line":918,"column":4,"endLine":920,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"clearObstacles","argumentNames":["this"]}
33930
+ Sprite_clearObstacles__P81422.info = {"start":28586,"length":54,"line":918,"column":4,"endLine":920,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"clearObstacles","argumentNames":["this"]}
33931
33931
 
33932
33932
  function Sprite_clearObstacles__P81422_mk(s) {
33933
33933
  checkStack(s.depth);
@@ -35497,7 +35497,7 @@ switch (step) {
35497
35497
  return leave(s, r0)
35498
35498
  default: oops()
35499
35499
  } } }
35500
- Sprite_toString__P81431.info = {"start":37683,"length":93,"line":1169,"column":4,"endLine":1171,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"toString","argumentNames":["this"]}
35500
+ Sprite_toString__P81431.info = {"start":37744,"length":93,"line":1170,"column":4,"endLine":1172,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"toString","argumentNames":["this"]}
35501
35501
 
35502
35502
  function Sprite_toString__P81431_mk(s) {
35503
35503
  checkStack(s.depth);
@@ -35844,7 +35844,7 @@ switch (step) {
35844
35844
  return leave(s, r0)
35845
35845
  default: oops()
35846
35846
  } } }
35847
- Sprite___update__P81413.info = {"start":21606,"length":1363,"line":714,"column":4,"endLine":750,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__update","argumentNames":["this","camera","dt"]}
35847
+ Sprite___update__P81413.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"]}
35848
35848
 
35849
35849
  function Sprite___update__P81413_mk(s) {
35850
35850
  checkStack(s.depth);
@@ -35948,7 +35948,7 @@ switch (step) {
35948
35948
  return leave(s, r0)
35949
35949
  default: oops()
35950
35950
  } } }
35951
- Sprite_bottom__P81403.info = {"start":13305,"length":73,"line":473,"column":4,"endLine":475,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this","value"]}
35951
+ Sprite_bottom__P81403.info = {"start":13331,"length":73,"line":473,"column":4,"endLine":475,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this","value"]}
35952
35952
 
35953
35953
  function Sprite_bottom__P81403_mk(s) {
35954
35954
  checkStack(s.depth);
@@ -36002,7 +36002,7 @@ switch (step) {
36002
36002
  return leave(s, r0)
36003
36003
  default: oops()
36004
36004
  } } }
36005
- Sprite_right__P81399.info = {"start":12468,"length":71,"line":443,"column":4,"endLine":445,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this","value"]}
36005
+ Sprite_right__P81399.info = {"start":12494,"length":71,"line":443,"column":4,"endLine":445,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this","value"]}
36006
36006
 
36007
36007
  function Sprite_right__P81399_mk(s) {
36008
36008
  checkStack(s.depth);
@@ -36137,7 +36137,7 @@ switch (step) {
36137
36137
  return leave(s, r0)
36138
36138
  default: oops()
36139
36139
  } } }
36140
- Sprite_isOutOfScreen__P81411.info = {"start":18931,"length":358,"line":640,"column":4,"endLine":644,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isOutOfScreen","argumentNames":["this","camera"]}
36140
+ Sprite_isOutOfScreen__P81411.info = {"start":18957,"length":358,"line":640,"column":4,"endLine":644,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isOutOfScreen","argumentNames":["this","camera"]}
36141
36141
 
36142
36142
  function Sprite_isOutOfScreen__P81411_mk(s) {
36143
36143
  checkStack(s.depth);
@@ -38652,7 +38652,7 @@ switch (step) {
38652
38652
  return leave(s, r0)
38653
38653
  default: oops()
38654
38654
  } } }
38655
- Sprite___drawCore__P81412.info = {"start":19295,"length":2305,"line":646,"column":4,"endLine":712,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__drawCore","argumentNames":["this","camera"]}
38655
+ Sprite___drawCore__P81412.info = {"start":19321,"length":2305,"line":646,"column":4,"endLine":712,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__drawCore","argumentNames":["this","camera"]}
38656
38656
 
38657
38657
  function Sprite___drawCore__P81412_mk(s) {
38658
38658
  checkStack(s.depth);
@@ -38787,7 +38787,7 @@ switch (step) {
38787
38787
  return leave(s, r0)
38788
38788
  default: oops()
38789
38789
  } } }
38790
- Sprite___visible__P81391.info = {"start":11007,"length":72,"line":392,"column":4,"endLine":394,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__visible","argumentNames":["this"]}
38790
+ Sprite___visible__P81391.info = {"start":11033,"length":72,"line":392,"column":4,"endLine":394,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__visible","argumentNames":["this"]}
38791
38791
 
38792
38792
  function Sprite___visible__P81391_mk(s) {
38793
38793
  checkStack(s.depth);