mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 19:56:42 +01:00
update microw8 resolution, now 320x240
This commit is contained in:
@@ -30,6 +30,6 @@ export fn tic(time: i32) {
|
||||
loop pixels {
|
||||
seed(i + (time / 10) * 320);
|
||||
i?120 = (randomf() * 256 as f32 + time as f32 / 10 as f32) as i32 & 128;
|
||||
branch_if (i := i + 1) < 320*256: pixels
|
||||
branch_if (i := i + 1) < 320*240: pixels
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user