@robotical/martyblocksjr 3.5.15 → 3.5.17

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 (23) hide show
  1. package/REPORT.md +17 -0
  2. package/editions/free/src/app.bundle.js +1 -1
  3. package/editions/free/src/assets/blockicons/martycoloursensedblue.svg +105 -0
  4. package/editions/free/src/assets/blockicons/martycoloursensedgreen.svg +105 -0
  5. package/editions/free/src/assets/blockicons/martycoloursensednone.svg +105 -0
  6. package/editions/free/src/assets/blockicons/martycoloursensedpurple.svg +105 -0
  7. package/editions/free/src/assets/blockicons/martycoloursensedred.svg +105 -0
  8. package/editions/free/src/assets/blockicons/martycoloursensedyellow.svg +105 -0
  9. package/editions/free/src/assets/blockicons/martylightsensedhigh.svg +149 -0
  10. package/editions/free/src/assets/blockicons/martylightsensedlow.svg +148 -0
  11. package/editions/free/src/assets/blockicons/martylightsensedmid.svg +151 -0
  12. package/editions/free/src/assets/blockicons/martynoisesensednoisesensed.svg +110 -0
  13. package/editions/free/src/assets/blockicons/martynoisesensednonoisesensed.svg +113 -0
  14. package/editions/free/src/assets/blockicons/martyobstaclesensedobstaclenotsensed.svg +100 -0
  15. package/editions/free/src/assets/blockicons/martyobstaclesensedobstaclesensed.svg +102 -0
  16. package/editions/free/src/css/editor.css +182 -0
  17. package/editions/free/src/inapp/blocks.html +40 -0
  18. package/editions/free/src/inapp/images/martycoloursensedblue.png +0 -0
  19. package/editions/free/src/inapp/images/martylightsensedhigh.png +0 -0
  20. package/editions/free/src/inapp/images/martynoisesensednoisesensed.png +0 -0
  21. package/editions/free/src/inapp/images/martyobstaclesensedobstaclesensed.png +0 -0
  22. package/editions/free/src/localizations/en.json +8 -0
  23. package/package.json +1 -1
@@ -106,6 +106,46 @@
106
106
  <div class="block-description" id="BLOCKS_ON_STEER_COG_DESCRIPTION">
107
107
  </div>
108
108
  </div>
109
+ <div class="block-wrapper-right">
110
+ <div class="block-title" id="BLOCK_DESC_MARTY_ON_COLOUR_SENSED">
111
+ </div>
112
+ <div class="block-image-wrapper">
113
+ <img class="block-image" src="images/martycoloursensedblue.png" />
114
+ </div>
115
+ <div class="block-description" id="BLOCK_DESC_MARTY_ON_COLOUR_SENSED_DESCRIPTION">
116
+ </div>
117
+ </div>
118
+ </div>
119
+ <div class="block-wrapper">
120
+ <div class="block-wrapper-left">
121
+ <div class="block-title" id="BLOCK_DESC_MARTY_ON_OBSTACLE_SENSED">
122
+ </div>
123
+ <div class="block-image-wrapper">
124
+ <img class="block-image" src="images/martyobstaclesensedobstaclesensed.png" />
125
+ </div>
126
+ <div class="block-description" id="BLOCK_DESC_MARTY_ON_OBSTACLE_SENSED_DESCRIPTION">
127
+ </div>
128
+ </div>
129
+ <div class="block-wrapper-right">
130
+ <div class="block-title" id="BLOCK_DESC_MARTY_ON_LIGHT_SENSED">
131
+ </div>
132
+ <div class="block-image-wrapper">
133
+ <img class="block-image" src="images/martylightsensedhigh.png" />
134
+ </div>
135
+ <div class="block-description" id="BLOCK_DESC_MARTY_ON_LIGHT_SENSED_DESCRIPTION">
136
+ </div>
137
+ </div>
138
+ </div>
139
+ <div class="block-wrapper">
140
+ <div class="block-wrapper-left">
141
+ <div class="block-title" id="BLOCK_DESC_MARTY_ON_NOISE_SENSED">
142
+ </div>
143
+ <div class="block-image-wrapper">
144
+ <img class="block-image" src="images/martynoisesensednoisesensed.png" />
145
+ </div>
146
+ <div class="block-description" id="BLOCK_DESC_MARTY_ON_NOISE_SENSED_DESCRIPTION">
147
+ </div>
148
+ </div>
109
149
  </div>
110
150
  <!-- Blue Blocks -->
111
151
  <div class="block-category-header" id="blue-block-category-header">
@@ -88,6 +88,14 @@
88
88
  "BLOCK_DESC_SET_TEMPO": "Set tempo to X bpm",
89
89
  "BLOCK_DESC_SET_TEMPO_DESCRIPTION": "Changes the tempo of the music to the specified number of beats per minute.",
90
90
  "BLOCK_PLAY_POP_SOUND": "Play 'Pop' sound",
91
+ "BLOCK_DESC_MARTY_ON_COLOUR_SENSED": "Start on Color Sensed",
92
+ "BLOCK_DESC_MARTY_ON_COLOUR_SENSED_DESCRIPTION": "Starts the script when Marty senses the specified color.",
93
+ "BLOCK_DESC_MARTY_ON_OBSTACLE_SENSED": "Start on Obstacle Sensed",
94
+ "BLOCK_DESC_MARTY_ON_OBSTACLE_SENSED_DESCRIPTION": "Starts the script when Marty's obstacle sensor matches the selected state.",
95
+ "BLOCK_DESC_MARTY_ON_LIGHT_SENSED": "Start on Light Sensed",
96
+ "BLOCK_DESC_MARTY_ON_LIGHT_SENSED_DESCRIPTION": "Starts the script when Marty's light sensor reaches the chosen level.",
97
+ "BLOCK_DESC_MARTY_ON_NOISE_SENSED": "Start on Noise Sensed",
98
+ "BLOCK_DESC_MARTY_ON_NOISE_SENSED_DESCRIPTION": "Starts the script when Marty's noise sensor matches the selected state.",
91
99
  "BLOCK_PLAY_NOTE": "Play note",
92
100
  "BLOCK_PLAY_NOTE_DESCRIPTION": "Play note",
93
101
  "BLOCKS_POP": "Pop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.5.15",
3
+ "version": "3.5.17",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",