mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 11:46:43 +01:00
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
import time: i32;
|
|
|
|
export fn tic() {
|
|
let i = 0;
|
|
loop frame {
|
|
i?64 = (i % 320 + time / 10) ^ (i / 320);
|
|
branch_if (i := i + 1) < 320*256: frame;
|
|
}
|
|
}
|