diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/shaderz.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/shaderz.txt b/doc/shaderz.txt index e3581aa..4c3217f 100644 --- a/doc/shaderz.txt +++ b/doc/shaderz.txt @@ -310,8 +310,18 @@ if (x > w/2) { >> mirror brush (up-down) +Animate this on the canvas, then draw: + if (x > h/2) { lex.assign( canvas.aa[h-y][x] ) } +>> rainbow stardust brush + +Uncheck BG and animate this to brush: + +lex.fg = hue(t) +lex.char = choice(" ,'.,.','****** ") + + |
