new stuff

This commit is contained in:
2025-08-10 00:06:15 +02:00
parent 4a3d6a23ed
commit a2d4f2d0db
10 changed files with 904 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ function _update()
-- wsong()
async(function()
while true do
poke(rnd(0x6000),rnd(0x00ff))
poke(rnd(0x6000),rnd(0x00ff))
poke(rnd(0x6000),rnd(0xf))
-- poke(rnd(0x6000),rnd(0xf))
yield()
end
end)