代码


var d=(x-512)**2+(y-512+Math.abs(x-512)*0.7)**2,p=1e5;
if(d<p)r=255*(1-d/p);
        

评论

暂未开放。。。