pxt-common-packages 9.5.2 → 9.5.5
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/built/common-sim.d.ts +5 -0
- package/built/common-sim.js +52 -22
- package/libs/controller/built/debug/binary.js +9 -9
- package/libs/controller---none/built/debug/binary.js +9 -9
- package/libs/game/built/debug/binary.js +9 -9
- package/libs/game/docs/reference/sprites/sprite/follow.md +66 -0
- package/libs/game/docs/reference/sprites/sprite/set-bounce-on-wall.md +2 -2
- package/libs/game/scenes.ts +0 -1
- package/libs/game/sprite.ts +1 -0
- package/libs/game/tilemap.ts +6 -5
- package/libs/matrix-keypad/built/debug/binary.js +8 -8
- package/libs/net-game/built/debug/binary.js +9 -9
- package/libs/palette/built/debug/binary.js +9 -9
- package/libs/radio/_locales/radio-jsdoc-strings.json +2 -0
- package/libs/radio/_locales/radio-strings.json +4 -1
- package/libs/radio/radio.cpp +56 -3
- package/libs/radio/radio.ts +13 -2
- package/libs/radio/shims.d.ts +16 -1
- package/libs/radio/sim/radio.ts +18 -5
- package/libs/radio/sim/state.ts +37 -17
- package/libs/radio-broadcast/_locales/radio-broadcast-strings.json +2 -1
- package/libs/radio-broadcast/built/debug/binary.js +8 -8
- package/libs/radio-broadcast/radio-broadcast.ts +2 -0
- package/libs/sprite-scaling/built/debug/binary.js +6782 -6782
- package/libs/storyboard/built/debug/binary.js +9 -9
- package/package.json +1 -1
|
@@ -27260,7 +27260,7 @@ switch (step) {
|
|
|
27260
27260
|
return leave(s, r0)
|
|
27261
27261
|
default: oops()
|
|
27262
27262
|
} } }
|
|
27263
|
-
tiles_TileMap_isOnWall__P154888.info = {"start":
|
|
27263
|
+
tiles_TileMap_isOnWall__P154888.info = {"start":16837,"length":627,"line":534,"column":8,"endLine":551,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isOnWall","argumentNames":["this","s"]}
|
|
27264
27264
|
|
|
27265
27265
|
function tiles_TileMap_isOnWall__P154888_mk(s) {
|
|
27266
27266
|
checkStack(s.depth);
|
|
@@ -27350,7 +27350,7 @@ switch (step) {
|
|
|
27350
27350
|
return leave(s, r0)
|
|
27351
27351
|
default: oops()
|
|
27352
27352
|
} } }
|
|
27353
|
-
tiles_TileMap_isObstacle__P154886.info = {"start":
|
|
27353
|
+
tiles_TileMap_isObstacle__P154886.info = {"start":16196,"length":211,"line":515,"column":8,"endLine":520,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isObstacle","argumentNames":["this","col","row"]}
|
|
27354
27354
|
|
|
27355
27355
|
function tiles_TileMap_isObstacle__P154886_mk(s) {
|
|
27356
27356
|
checkStack(s.depth);
|
|
@@ -29004,7 +29004,7 @@ switch (step) {
|
|
|
29004
29004
|
return leave(s, r0)
|
|
29005
29005
|
default: oops()
|
|
29006
29006
|
} } }
|
|
29007
|
-
tiles_getTileImage__P154900.info = {"start":
|
|
29007
|
+
tiles_getTileImage__P154900.info = {"start":21828,"length":207,"line":673,"column":4,"endLine":677,"endColumn":5,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["loc"]}
|
|
29008
29008
|
|
|
29009
29009
|
function tiles_getTileImage__P154900_mk(s) {
|
|
29010
29010
|
checkStack(s.depth);
|
|
@@ -29145,7 +29145,7 @@ switch (step) {
|
|
|
29145
29145
|
return leave(s, r0)
|
|
29146
29146
|
default: oops()
|
|
29147
29147
|
} } }
|
|
29148
|
-
tiles_TileMap_getTileIndex__P154878.info = {"start":
|
|
29148
|
+
tiles_TileMap_getTileIndex__P154878.info = {"start":11155,"length":105,"line":384,"column":8,"endLine":386,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileIndex","argumentNames":["this","col","row"]}
|
|
29149
29149
|
|
|
29150
29150
|
function tiles_TileMap_getTileIndex__P154878_mk(s) {
|
|
29151
29151
|
checkStack(s.depth);
|
|
@@ -29265,7 +29265,7 @@ switch (step) {
|
|
|
29265
29265
|
return leave(s, r0)
|
|
29266
29266
|
default: oops()
|
|
29267
29267
|
} } }
|
|
29268
|
-
tiles_TileMap_getTileImage__P154889.info = {"start":
|
|
29268
|
+
tiles_TileMap_getTileImage__P154889.info = {"start":17474,"length":96,"line":553,"column":8,"endLine":555,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["this","index"]}
|
|
29269
29269
|
|
|
29270
29270
|
function tiles_TileMap_getTileImage__P154889_mk(s) {
|
|
29271
29271
|
checkStack(s.depth);
|
|
@@ -29515,7 +29515,7 @@ switch (step) {
|
|
|
29515
29515
|
return leave(s, r0)
|
|
29516
29516
|
default: oops()
|
|
29517
29517
|
} } }
|
|
29518
|
-
tiles_TileMap_getTile__P154877.info = {"start":
|
|
29518
|
+
tiles_TileMap_getTile__P154877.info = {"start":11034,"length":111,"line":380,"column":8,"endLine":382,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTile","argumentNames":["this","col","row"]}
|
|
29519
29519
|
|
|
29520
29520
|
function tiles_TileMap_getTile__P154877_mk(s) {
|
|
29521
29521
|
checkStack(s.depth);
|
|
@@ -30139,7 +30139,7 @@ switch (step) {
|
|
|
30139
30139
|
return leave(s, r0)
|
|
30140
30140
|
default: oops()
|
|
30141
30141
|
} } }
|
|
30142
|
-
tiles_TileMap_getObstacle__P154887.info = {"start":
|
|
30142
|
+
tiles_TileMap_getObstacle__P154887.info = {"start":16417,"length":410,"line":522,"column":8,"endLine":532,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getObstacle","argumentNames":["this","col","row"]}
|
|
30143
30143
|
|
|
30144
30144
|
function tiles_TileMap_getObstacle__P154887_mk(s) {
|
|
30145
30145
|
checkStack(s.depth);
|
|
@@ -35027,7 +35027,7 @@ switch (step) {
|
|
|
35027
35027
|
return leave(s, r0)
|
|
35028
35028
|
default: oops()
|
|
35029
35029
|
} } }
|
|
35030
|
-
Sprite_toString__P154569.info = {"start":
|
|
35030
|
+
Sprite_toString__P154569.info = {"start":37718,"length":93,"line":1170,"column":4,"endLine":1172,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"toString","argumentNames":["this"]}
|
|
35031
35031
|
|
|
35032
35032
|
function Sprite_toString__P154569_mk(s) {
|
|
35033
35033
|
checkStack(s.depth);
|
|
@@ -36461,7 +36461,7 @@ switch (step) {
|
|
|
36461
36461
|
return leave(s, r0)
|
|
36462
36462
|
default: oops()
|
|
36463
36463
|
} } }
|
|
36464
|
-
tiles_TileMap_draw__P154885.info = {"start":
|
|
36464
|
+
tiles_TileMap_draw__P154885.info = {"start":13962,"length":2224,"line":458,"column":8,"endLine":513,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"draw","argumentNames":["this","target","camera"]}
|
|
36465
36465
|
|
|
36466
36466
|
function tiles_TileMap_draw__P154885_mk(s) {
|
|
36467
36467
|
checkStack(s.depth);
|