pxt-common-packages 13.1.2 → 13.1.4
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/accelerometer/built/debug/binary.js +9 -10
- package/libs/azureiot/built/debug/binary.js +462 -497
- package/libs/cable/_locales/cable-strings.json +1 -0
- package/libs/color/built/debug/binary.js +9 -10
- package/libs/color-sensor/built/debug/binary.js +9 -10
- package/libs/controller/built/debug/binary.js +7349 -7898
- package/libs/controller---none/built/debug/binary.js +7329 -7876
- package/libs/core/built/debug/binary.js +1 -2
- package/libs/core---samd/built/debug/binary.js +9 -10
- package/libs/datalogger/built/debug/binary.js +64 -72
- package/libs/edge-connector/built/debug/binary.js +9 -10
- package/libs/esp32/built/debug/binary.js +463 -498
- package/libs/game/_locales/game-strings.json +8 -0
- package/libs/game/built/debug/binary.js +7268 -7812
- package/libs/gamepad/built/debug/binary.js +9 -10
- package/libs/infrared/_locales/infrared-strings.json +1 -0
- package/libs/keyboard/built/debug/binary.js +9 -10
- package/libs/lcd/built/debug/binary.js +9 -10
- package/libs/light/built/debug/binary.js +9 -10
- package/libs/light-spectrum-sensor/built/debug/binary.js +9 -10
- package/libs/lora/built/debug/binary.js +9 -10
- package/libs/matrix-keypad/built/debug/binary.js +9 -10
- package/libs/microphone/built/debug/binary.js +9 -10
- package/libs/mouse/built/debug/binary.js +9 -10
- package/libs/mqtt/built/debug/binary.js +177 -193
- package/libs/music/built/debug/binary.js +9 -10
- package/libs/net/built/debug/binary.js +177 -193
- package/libs/net-game/built/debug/binary.js +8985 -9642
- package/libs/palette/built/debug/binary.js +7263 -7807
- package/libs/pixel/built/debug/binary.js +9 -10
- package/libs/power/built/debug/binary.js +9 -10
- package/libs/proximity/built/debug/binary.js +9 -10
- package/libs/pulse/built/debug/binary.js +9 -10
- package/libs/radio/_locales/radio-strings.json +5 -0
- package/libs/radio/built/debug/binary.js +9 -10
- package/libs/radio-broadcast/built/debug/binary.js +9 -10
- package/libs/rotary-encoder/built/debug/binary.js +9 -10
- package/libs/screen/built/debug/binary.js +51 -58
- package/libs/servo/built/debug/binary.js +9 -10
- package/libs/sprite-scaling/built/debug/binary.js +7267 -7811
- package/libs/storyboard/built/debug/binary.js +7267 -7811
- package/libs/tests/built/debug/binary.js +16 -17
- package/libs/thermometer/built/debug/binary.js +9 -10
- package/package.json +4 -4
|
@@ -263,7 +263,11 @@
|
|
|
263
263
|
"scene.cameraTop|block": "camera top",
|
|
264
264
|
"scene.centerCameraAt|block": "center camera at x %x y %y",
|
|
265
265
|
"scene.onHitWall|block": "on $sprite of kind $kind=spritekind hits wall at $location",
|
|
266
|
+
"scene.onHitWall|handlerParam|location": "location",
|
|
267
|
+
"scene.onHitWall|handlerParam|sprite": "sprite",
|
|
266
268
|
"scene.onOverlapTile|block": "on $sprite of kind $kind=spritekind overlaps $tile at $location",
|
|
269
|
+
"scene.onOverlapTile|handlerParam|location": "location",
|
|
270
|
+
"scene.onOverlapTile|handlerParam|sprite": "sprite",
|
|
267
271
|
"scene.screenHeight|block": "screen height",
|
|
268
272
|
"scene.screenWidth|block": "screen width",
|
|
269
273
|
"scene.setBackgroundColor|block": "set background color to %color=colorindexpicker",
|
|
@@ -279,8 +283,12 @@
|
|
|
279
283
|
"sprites.destroyAllSpritesOfKind|block": "destroy all sprites of kind $kind || with $effect effect for $duration ms",
|
|
280
284
|
"sprites.destroy|block": "destroy $sprite || with $effect effect for $duration ms",
|
|
281
285
|
"sprites.onCreated|block": "on created $sprite of kind $kind=spritekind",
|
|
286
|
+
"sprites.onCreated|handlerParam|sprite": "sprite",
|
|
282
287
|
"sprites.onDestroyed|block": "on destroyed $sprite of kind $kind=spritekind ",
|
|
288
|
+
"sprites.onDestroyed|handlerParam|sprite": "sprite",
|
|
283
289
|
"sprites.onOverlap|block": "on $sprite of kind $kind=spritekind overlaps $otherSprite of kind $otherKind=spritekind",
|
|
290
|
+
"sprites.onOverlap|handlerParam|otherSprite": "otherSprite",
|
|
291
|
+
"sprites.onOverlap|handlerParam|sprite": "sprite",
|
|
284
292
|
"sprites|block": "sprites",
|
|
285
293
|
"texteffects.TextEffectKind.None|block": "none",
|
|
286
294
|
"texteffects.TextEffectKind.Shake|block": "shake",
|