Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Angle of rotation (or direction).

Example 1 - Turn left

Code Block
{
    "rotate":"left"
}

...

Simplified syntax: a_left,c_rotate

Example 2 - Turn 45 degrees

Code Block
{
    "rotate":45
}

...