@robotical/martyblocksjr 3.5.33 → 3.5.34
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.
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"BLOCKS_MOVE_RIGHT_DESCRIPTION": "Moves the character a specified number of grid squares to the right.",
|
|
43
43
|
"BLOCKS_MOVE_LEFT": "Move Left",
|
|
44
44
|
"BLOCKS_MOVE_LEFT_DESCRIPTION": "Moves the character a specified number of grid squares to the left.",
|
|
45
|
-
"BLOCKS_MOVE_UP": "Move
|
|
46
|
-
"BLOCKS_MOVE_UP_DESCRIPTION": "Moves the character a specified number of grid squares
|
|
47
|
-
"BLOCKS_MOVE_DOWN": "Move
|
|
48
|
-
"BLOCKS_MOVE_DOWN_DESCRIPTION": "Moves the character a specified number of grid squares
|
|
45
|
+
"BLOCKS_MOVE_UP": "Move Forward",
|
|
46
|
+
"BLOCKS_MOVE_UP_DESCRIPTION": "Moves the character a specified number of grid squares forward.",
|
|
47
|
+
"BLOCKS_MOVE_DOWN": "Move Backward",
|
|
48
|
+
"BLOCKS_MOVE_DOWN_DESCRIPTION": "Moves the character a specified number of grid squares backward.",
|
|
49
49
|
"BLOCKS_TURN_RIGHT": "Turn Right",
|
|
50
50
|
"BLOCKS_TURN_RIGHT_DESCRIPTION": "Rotates the character clockwise a specified amount. Turn 12 for a full rotation.",
|
|
51
51
|
"BLOCKS_TURN_LEFT": "Turn Left",
|
|
@@ -520,8 +520,8 @@
|
|
|
520
520
|
"BLOCK_DESC_MOVE_MARTY_BACK": "Move Back",
|
|
521
521
|
"BLOCK_DESC_MOVE_MARTY_RIGHT": "Move Right",
|
|
522
522
|
"BLOCK_DESC_MOVE_MARTY_LEFT": "Move Left",
|
|
523
|
-
"BLOCK_DESC_MOVE_MARTY_UP": "Move
|
|
524
|
-
"BLOCK_DESC_MOVE_MARTY_DOWN": "Move
|
|
523
|
+
"BLOCK_DESC_MOVE_MARTY_UP": "Move Forward",
|
|
524
|
+
"BLOCK_DESC_MOVE_MARTY_DOWN": "Move Backward",
|
|
525
525
|
"BLOCK_DESC_GO_MARTY_HOME": "Go Home",
|
|
526
526
|
"BLOCK_DESC_TURN_MARTY_LEFT": "Turn Left",
|
|
527
527
|
"BLOCK_DESC_TURN_MARTY_RIGHT": "Turn Right",
|