23 lines
No EOL
408 B
Markdown
23 lines
No EOL
408 B
Markdown
{{{
|
|
"planted": "11/22/2020",
|
|
"repotted": "1/4/2026",
|
|
"nobreak": "true"
|
|
}}}
|
|
|
|
* creeping in from the edges...
|
|
<div class="code"><p>
|
|
r=90
|
|
rect(0,0,128,128,0)
|
|
::_::
|
|
for i=0,99do
|
|
d=rnd()
|
|
x=r*cos(d)+64y=r*sin(d)+64
|
|
r-=.0025
|
|
circfill(x,y,1,pget(x,y))
|
|
end
|
|
if(r<0)stop()
|
|
flip()goto _
|
|
</p></div>
|
|
#pico8 #tweetcart #tweetjam
|
|
|
|
 |