@robotical/webapp-types 3.14.16 → 3.14.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.
@@ -10,6 +10,7 @@ var resources = {
10
10
  "blocks_tutorial_title": "Blocks Tutorial",
11
11
  "cog_blocks_jr_activities_heading": "Cog Blocks Jr Activities",
12
12
  "cog_blocks_activities_heading": "Cog Blocks Activities",
13
+ "marty_blocks_activities_heading": "Marty Blocks Activities",
13
14
  "cog_marty_blocks_jr_tutorial_subtitle": "Learn how to use Cog with Marty",
14
15
  "cog_marty_blocks_jr_tutorial_title": "Cog & Marty Blocks Jr Tutorial",
15
16
  "dodgeball_game_subtitle": "We'll make a dodgeball game using Cog as the controller!",
@@ -66,7 +67,31 @@ var resources = {
66
67
  "blocks_cog_14_title": "14. Motion Tracker",
67
68
  "blocks_cog_14_subtitle": "Let's make a motion tracker with Cog!",
68
69
  "blocks_cog_15_title": "15. ML Gesture Sensing",
69
- "blocks_cog_15_subtitle": "Using machine learning to recognize gestures with Cog!"
70
+ "blocks_cog_15_subtitle": "Using machine learning to recognize gestures with Cog!",
71
+ "blocks_marty_coding_1_title": "1. Watch Out Marty! Pt 1 – What If?",
72
+ "blocks_marty_coding_1_subtitle": "Learn to use if statements to keep Marty safe!",
73
+ "blocks_marty_coding_2_title": "2. Watch Out Marty! Pt 2 – What Else?",
74
+ "blocks_marty_coding_2_subtitle": "Learn to use if else statements to keep Marty safe!",
75
+ "blocks_marty_coding_3_title": "3. What Is A Variable?",
76
+ "blocks_marty_coding_3_subtitle": "Learn how programmers use variables and loops to supercharge their code!",
77
+ "blocks_marty_coding_4_title": "4. Parallel Programs 1",
78
+ "blocks_marty_coding_4_subtitle": "Learn how computers control code that happens at the same time!",
79
+ "blocks_marty_coding_5_title": "5. Parallel Programs 2",
80
+ "blocks_marty_coding_5_subtitle": "Let's use parallel programming with variable control to help Marty show off all his funny faces!",
81
+ "blocks_marty_coding_6_title": "6. Coding Unplugged",
82
+ "blocks_marty_coding_6_subtitle": "Let's recreate unplugged mode using everything we've learned so far! If-statements, loops, parallel code, operator blocks and more...",
83
+ "blocks_marty_coding_7_title": "7. Lists Pt.1 - Marty Memorises Colours",
84
+ "blocks_marty_coding_7_subtitle": "Let's learn how programmers use lists to do so many cool things!",
85
+ "blocks_marty_coding_8_title": "8. Lists Pt.2 - Marty's Shopping List",
86
+ "blocks_marty_coding_8_subtitle": "Let's learn how programmers use lists to do so many cool things!",
87
+ "blocks_marty_intro_1_title": "1. Moving with MartyBlocks",
88
+ "blocks_marty_intro_1_subtitle": "Progress from BlocksJr to MartyBlocks!",
89
+ "blocks_marty_intro_2_title": "2. Fun with Sprites",
90
+ "blocks_marty_intro_2_subtitle": "Learn how to create and control Sprites in MartyBlocks!",
91
+ "blocks_marty_intro_3_title": "3. Arctic Marty",
92
+ "blocks_marty_intro_3_subtitle": "Let's explore Events and Sprites, and how they can control Marty's movements!",
93
+ "blocks_marty_intro_4_title": "4. Sprites Can Party With Marty",
94
+ "blocks_marty_intro_4_subtitle": "Use a sprite to tell Marty that it’s party time!"
70
95
  },
71
96
  "addon_item": {
72
97
  "delete": "Delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/webapp-types",
3
- "version": "3.14.16",
3
+ "version": "3.14.17",
4
4
  "description": "Type definitions for the Application Manager",
5
5
  "main": "dist/application-manager.d.ts",
6
6
  "types": "dist/application-manager.d.ts",