begin adding patterns
This commit is contained in:
parent
f576532233
commit
cc6a2efe4d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export function set_pattern(pat) {
|
||||||
}
|
}
|
||||||
|
|
||||||
let functions = {
|
let functions = {
|
||||||
rand:
|
rand: () => { return Math.floor(Math.random() * 256) }
|
||||||
}
|
}
|
||||||
|
|
||||||
function tick_pattern() {
|
function tick_pattern() {
|
||||||
|
|
Loading…
Reference in a new issue