diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-17 20:21:01 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-17 20:21:01 +0900 |
commit | b193a8a02b0c8c064e1279904ec91eea440a5b15 (patch) | |
tree | 36798c977a23492f773d388b897314d262a9da9e /README.md | |
parent | 7c5121ef86ffad17afdb741f9c0ac621ef08b84d (diff) | |
download | Orca-b193a8a02b0c8c064e1279904ec91eea440a5b15.tar.gz Orca-b193a8a02b0c8c064e1279904ec91eea440a5b15.zip |
Added move: command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -100,7 +100,8 @@ All commands have a shorthand equivalent to their first character, for example, - `stop` Stops program. - `run` Runs current frame. - `time:0` Sets the frame value to `0`. -- `goto:aV` Sends cursor to `aV`. +- `goto:aV` Sends cursor to string `aV`. +- `move:3;4` Move cursor to position `3,4`. - `bpm:140` Sets bpm speed to `140`. - `apm:160` Animates bpm speed to `160`. - `write:H12;34` Write glyph `H`, at `12,34`. |