fix: use replicate for ! in mondo
This commit is contained in:
parent
188f0e9098
commit
20e5fdedfb
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import {
|
||||||
slow,
|
slow,
|
||||||
seq,
|
seq,
|
||||||
stepcat,
|
stepcat,
|
||||||
extend,
|
replicate,
|
||||||
expand,
|
expand,
|
||||||
pace,
|
pace,
|
||||||
chooseIn,
|
chooseIn,
|
||||||
|
|
@ -36,7 +36,7 @@ lib.square = (...args) => stepcat(...args).setSteps(1);
|
||||||
lib.angle = (...args) => stepcat(...args).pace(1);
|
lib.angle = (...args) => stepcat(...args).pace(1);
|
||||||
lib['*'] = fast;
|
lib['*'] = fast;
|
||||||
lib['/'] = slow;
|
lib['/'] = slow;
|
||||||
lib['!'] = extend;
|
lib['!'] = replicate;
|
||||||
lib['@'] = expand;
|
lib['@'] = expand;
|
||||||
lib['%'] = pace;
|
lib['%'] = pace;
|
||||||
lib['?'] = degradeBy; // todo: default 0.5 not working..
|
lib['?'] = degradeBy; // todo: default 0.5 not working..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue