t=0
— zep @ lexaloffle (@lexaloffle) June 29, 2016
function _draw()
cls()x=64 y=64 r=1 a=0
for i=0,150 do
circfill(x,y,r/2,6+i%3)
x+=cos(a)*r y+=sin(a)*r
r+=1/4 a+=t/5
end
t+=0.001
end
from Twitter https://twitter.com/lexaloffle
June 29, 2016 at 06:26PM
via IFTTT
No comments:
Post a Comment