@robotical/martyblocksjr 3.5.9 → 3.5.10

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.
@@ -98,12 +98,12 @@
98
98
  </div>
99
99
  <div class="block-wrapper">
100
100
  <div class="block-wrapper-left">
101
- <div class="block-title" id="BLOCK_ON_STEER_COG">
101
+ <div class="block-title" id="BLOCK_DESC_ON_STEER">
102
102
  </div>
103
103
  <div class="block-image-wrapper">
104
104
  <img class="block-image" src="images/steerleft.png" />
105
105
  </div>
106
- <div class="block-description" id="BLOCK_ON_STEER_COG_DESCRIPTION">
106
+ <div class="block-description" id="BLOCKS_ON_STEER_COG_DESCRIPTION">
107
107
  </div>
108
108
  </div>
109
109
  </div>
@@ -21,8 +21,7 @@
21
21
  "BLOCKS_GREEN_FLAG_DESCRIPTION": "Starts the script when the Green Flag is tapped.",
22
22
  "BLOCKS_ON_TILT": "Start on Tilt",
23
23
  "BLOCKS_ON_TILT_DESCRIPTION": "Starts the script when Cog is tilted in a specified direction.",
24
- "BLOCK_ON_STEER_COG": "Start on Steer Cog",
25
- "BLOCK_ON_STEER_COG_DESCRIPTION": "Starts the script when Cog is steered in a specified direction.",
24
+ "BLOCKS_ON_STEER_COG_DESCRIPTION": "Starts the script when Cog is steered in a specified direction.",
26
25
  "BLOCKS_ON_TOUCH_Cog": "Start on Touch",
27
26
  "BLOCKS_ON_TOUCH_Cog_DESCRIPTION": "Starts the script when Cog button is pressed",
28
27
  "BLOCKS_ON_MOVE": "Start on move",
@@ -478,6 +477,7 @@
478
477
  "BLOCK_DESC_ON_OBJECT_SENSED": "START ON OBJECT SENSED",
479
478
  "BLOCK_DESC_ON_LIGHT": "START ON LIGHT",
480
479
  "BLOCK_DESC_ON_ROTATE": "START ON ROTATE",
480
+ "BLOCK_DESC_ON_STEER": "START ON STEER",
481
481
  "BLOCK_DESC_ON_TAP": "START ON TAP {CHARACTER_NAME}",
482
482
  "BLOCK_DESC_ON_BUMP": "START ON BUMP {CHARACTER_NAME}",
483
483
  "BLOCK_DESC_MESSAGE_COLOR_ORANGE": "Orange",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.5.9",
3
+ "version": "3.5.10",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",