We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62322dc + cf901c0 commit ef47b1fCopy full SHA for ef47b1f
1 file changed
src/Specs.as
@@ -119,10 +119,10 @@ public class Specs {
119
["turn @turnLeft %n degrees", " ", 1, "turnLeft:", 15],
120
["--"],
121
["point in direction %d.direction", " ", 1, "heading:", 90],
122
- ["point towards %m.spriteOrMouse", " ", 1, "pointTowards:", ""],
+ ["point towards %m.spriteOrMouse", " ", 1, "pointTowards:", "mouse-pointer"],
123
124
["go to x:%n y:%n", " ", 1, "gotoX:y:"],
125
- ["go to %m.location", " ", 1, "gotoSpriteOrMouse:", "mouse-pointer"],
+ ["go to %m.location", " ", 1, "gotoSpriteOrMouse:", "mouse-pointer"],
126
["glide %n secs to x:%n y:%n", " ", 1, "glideSecs:toX:y:elapsed:from:"],
127
128
["change x by %n", " ", 1, "changeXposBy:", 10],
0 commit comments