gigatron/rom/Contrib/at67/gbas/graphics/Rects.gbas
2025-01-28 19:17:01 +03:00

12 lines
163 B
Plaintext

_runtimePath_ "../runtime"
_codeRomType_ ROMv1
cls
loop:
set FG_COLOUR, rnd(0) AND &h3F
rect rnd(160), rnd(120), rnd(160), rnd(120)
goto &loop
end