Browse Source

tinycode 04

pixelbath 1 year ago
parent
commit
d0fc9a39e4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tcc04.lua

+ 6 - 0
tcc04.lua

@@ -0,0 +1,6 @@
+s=math.sin
+function TIC()t=time()/1000 for i=0,32265 do x=i%240y=i/240v=s(t-y/130)*(8*s(x/40))+(8*s(y/50))pix(x,y,v)end;end
+
+-- <PALETTE>
+-- 000:1a1c2c5d275db13e53ef7d57ffcd75a7f07038b76425717929366f3b5dc941a6f673eff7f4f4f494b0c2566c86333c57
+-- </PALETTE>