diff options
author | Devine Lu Linvega <[email protected]> | 2019-05-10 10:32:39 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-05-10 10:32:39 +0900 |
commit | e0610490da42d39251031ed974496dc5fb43ced1 (patch) | |
tree | fd63ccbeeda630358d95d8bdf70d47c1e087245c /README.md | |
parent | 2a950b6a927215cdf78afe060160342bf089531d (diff) | |
download | Orca-e0610490da42d39251031ed974496dc5fb43ced1.tar.gz Orca-e0610490da42d39251031ed974496dc5fb43ced1.zip |
Documented the graphic command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,8 @@ All commands have a shorthand equivalent to their first character, for example, - `move:3;4` Move cursor to position `3,4`. - `bpm:140` Sets bpm speed to `140`. - `apm:160` Animates bpm speed to `160`. -- `inject:pattern` Inject the file `pattern.orca`. +- `inject:pattern` Inject the local file `pattern.orca`. +- `graphic:123` Set the background to the local graphic `123.jpg`. - `write:H12;34` Writes glyph `H`, at `12,34`. - `color:f00;0f0;00f` Colorizes the interface. |