Skip to content

Commit 62ccd57

Browse files
authored
Redo do section (#209)
* reverse assigment to pipe * add assignment actuator * make pipes into cups * variables all good now * accessibility * add variable getters to filters * pipe to cup and new images * delete unused assets * remove + from insertpoint * more removed * final changes
1 parent 43fd935 commit 62ccd57

8 files changed

+281
-653
lines changed

accessibility.ts

+7-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,13 @@ namespace accessibility {
106106
M19twinkle: "twinkle",
107107
M19yawn: "yawn",
108108

109-
M20A: "put in variable A",
110-
M20B: "put in variable B",
111-
M20C: "put in variable C",
109+
M20A: "get variable A's value",
110+
M20B: "get variable B's value",
111+
M20C: "get variable C's value",
112+
113+
A9A: "set variable A's value",
114+
A9B: "set variable B's value",
115+
A9C: "set variable C's value",
112116

113117
S9A: "variable A changed",
114118
S9B: "variable B changed",

0 commit comments

Comments
 (0)