From 1160def3903bd212a83099fa3029b2df9a7bc8ed Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Tue, 16 Oct 2018 11:26:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a3d5ce..814d283 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ the directory to the PATH-Environment-Variable. | Command | Version Added | Syntax | Description | | ------- | ------------- | ------ | ----------- | | ANIMATION | v1 | `ANIMATION ` | Plays an animation. **MS** specifies the amount of Milliseconds per Frame, and **ANIMATION** is just all the animation frames seperated by spaces.
Example:
ANIMATION 200 U u .. u
Will animate to:
U u .. u U u .. u U u .. u U u .. u U u .. u | +| cTIME | v2 | `cTIME ` | Converts a Millisecond-Unix-Timestamp to human-readable time, ready to output. | | CURSORPOS | v1 | `CURSORPOS ` | Sets the cursor to the given **X** and **Y** coordinates. **Y** is relative to the top of the entire current output, not necessarily the window. | | CURSORVISIBILITY | v1 | `CURSORVISIBILITY` | Changes if the Cursor should be visible. | | | | `CURSORVISIBILITY GET` | Outputs the current Cursor visibility state. | +| MAKEANIMATION | v1 | `MAKEANIMATION ` | Outputs a valid animation value for the `ANIMATION` command.

Types:
`Rotate`:
`0 - / - \ |`
`1 - ^ > V <`
`2 - + x`
`3 - p d b q`
`Range`:
Returns a set of numbers from 0 to the given number.
`Alphabet`:
Returns **n** letters of the alphabet. Maximum is 26. |