begin adding patterns

This commit is contained in:
jane 2021-05-26 18:22:10 -04:00
parent f576532233
commit cc6a2efe4d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export function set_pattern(pat) {
}
let functions = {
rand:
rand: () => { return Math.floor(Math.random() * 256) }
}
function tick_pattern() {