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,
|
||||
seq,
|
||||
stepcat,
|
||||
extend,
|
||||
replicate,
|
||||
expand,
|
||||
pace,
|
||||
chooseIn,
|
||||
|
|
@ -36,7 +36,7 @@ lib.square = (...args) => stepcat(...args).setSteps(1);
|
|||
lib.angle = (...args) => stepcat(...args).pace(1);
|
||||
lib['*'] = fast;
|
||||
lib['/'] = slow;
|
||||
lib['!'] = extend;
|
||||
lib['!'] = replicate;
|
||||
lib['@'] = expand;
|
||||
lib['%'] = pace;
|
||||
lib['?'] = degradeBy; // todo: default 0.5 not working..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue