pxt-common-packages 10.1.13 → 10.2.2
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/azureiot/built/debug/binary.js +461 -461
- package/libs/base/configkeys.h +16 -0
- package/libs/color/built/debug/binary.js +8 -8
- package/libs/color-sensor/built/debug/binary.js +8 -8
- package/libs/controller/built/debug/binary.js +6956 -6956
- package/libs/controller---none/built/debug/binary.js +6936 -6936
- package/libs/datalogger/built/debug/binary.js +63 -63
- package/libs/edge-connector/built/debug/binary.js +8 -8
- package/libs/esp32/built/debug/binary.js +462 -462
- package/libs/game/_locales/game-jsdoc-strings.json +3 -0
- package/libs/game/_locales/game-strings.json +2 -0
- package/libs/game/built/debug/binary.js +6875 -6875
- package/libs/game/info.ts +27 -3
- package/libs/lcd/built/debug/binary.js +8 -8
- package/libs/light-spectrum-sensor/built/debug/binary.js +8 -8
- package/libs/lora/built/debug/binary.js +8 -8
- package/libs/matrix-keypad/built/debug/binary.js +8 -8
- package/libs/mqtt/built/debug/binary.js +176 -176
- package/libs/net/built/debug/binary.js +176 -176
- package/libs/net-game/built/debug/binary.js +8464 -8464
- package/libs/palette/built/debug/binary.js +6874 -6874
- package/libs/pixel/built/debug/binary.js +8 -8
- package/libs/power/built/debug/binary.js +8 -8
- package/libs/proximity/built/debug/binary.js +8 -8
- package/libs/radio/built/debug/binary.js +8 -8
- package/libs/radio-broadcast/built/debug/binary.js +8 -8
- package/libs/rotary-encoder/built/debug/binary.js +8 -8
- package/libs/screen/built/debug/binary.js +50 -50
- package/libs/servo/built/debug/binary.js +8 -8
- package/libs/sprite-scaling/built/debug/binary.js +6874 -6874
- package/libs/storyboard/built/debug/binary.js +6874 -6874
- package/package.json +1 -1
|
@@ -168,10 +168,13 @@
|
|
|
168
168
|
"info.PlayerInfo.setScore": "Set the player score",
|
|
169
169
|
"info.backgroundColor": "Get the current color of the background of the score, countdown, and life\nelements",
|
|
170
170
|
"info.borderColor": "Get the current color of the borders around the score, countdown, and life\nelements",
|
|
171
|
+
"info.changeCountdownBy": "Change the running countdown by the given number of seconds",
|
|
172
|
+
"info.changeCountdownBy|param|seconds": "the number of seconds the countdown should be changed by",
|
|
171
173
|
"info.changeLifeBy": "Change the lives by the given amount",
|
|
172
174
|
"info.changeLifeBy|param|value": "the change of lives, eg: -1",
|
|
173
175
|
"info.changeScoreBy": "Change the score by the given amount",
|
|
174
176
|
"info.changeScoreBy|param|value": "the amount of change, eg: 1",
|
|
177
|
+
"info.countdown": "Get the value of the current count down",
|
|
175
178
|
"info.fontColor": "Get the current color of the text usded in the score, countdown, and life\nelements",
|
|
176
179
|
"info.highScore": "Get the last recorded high score",
|
|
177
180
|
"info.life": "Get the number of lives",
|
|
@@ -219,8 +219,10 @@
|
|
|
219
219
|
"info.PlayerInfo.score|block": "%player score",
|
|
220
220
|
"info.PlayerInfo.setLife|block": "set %player life to %value",
|
|
221
221
|
"info.PlayerInfo.setScore|block": "set %player score to %value",
|
|
222
|
+
"info.changeCountdownBy|block": "change countdown by $seconds (s)",
|
|
222
223
|
"info.changeLifeBy|block": "change life by %value",
|
|
223
224
|
"info.changeScoreBy|block": "change score by %value",
|
|
225
|
+
"info.countdown|block": "countdown",
|
|
224
226
|
"info.highScore|block": "high score",
|
|
225
227
|
"info.life|block": "life",
|
|
226
228
|
"info.onCountdownEnd|block": "on countdown end",
|