diff options
author | neauoire <[email protected]> | 2019-11-27 10:54:40 -0500 |
---|---|---|
committer | neauoire <[email protected]> | 2019-11-27 10:54:40 -0500 |
commit | 2bcf3bdc69a2b06bd59f3b9b79803805c41b0d6d (patch) | |
tree | f2ca16af40f684fd38029a063e51fa2ec7cade99 /README.md | |
parent | 308722337b066329587befce0051b878d23d4b7c (diff) | |
download | Orca-2bcf3bdc69a2b06bd59f3b9b79803805c41b0d6d.tar.gz Orca-2bcf3bdc69a2b06bd59f3b9b79803805c41b0d6d.zip |
Fixed issue with alt drag
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -137,7 +137,7 @@ All commands have a shorthand equivalent to their first two characters, for exam - `run` Runs current frame. - `bpm:140` Sets bpm speed to `140`. - `apm:160` Animates bpm speed to `160`. -- `time:0` Sets the frame value to `0`. +- `frame:0` Sets the frame value to `0`. - `skip:2` Adds `2`, to the current frame value. - `rewind:2` Removes `2`, to the current frame value. - `color:f00;0f0;00f` Colorizes the interface. @@ -145,6 +145,7 @@ All commands have a shorthand equivalent to their first two characters, for exam - `select:3;4;5;6` Move cursor to position `3,4`, and select size `5:6`(optional). - `inject:pattern;12;34` Inject the local file `pattern.orca`, at `12,34`(optional). - `write:H;12;34` Writes glyph `H`, at `12,34`(optional). +- `time` Prints the time, in minutes seconds, since `0f`. ## Base36 Table |