0 Members and 1 Guest are viewing this topic.
No need to throw away all of that processing power though
var c;t+=1;for(xx=0;xx<room_width/8;xx+=1){ for(yy=0;yy<room_height/8;yy+=1){ draw_set_color(make_color_hsv(100*sin(point_distance(xx+15*sin(0.12*t),yy+4*cos(0.04*t),128,256)/10.72)+40*cos(0.2*yy)+5*t+sin(point_distance(xx, yy, (128 * sin(-t) + 128), (128 * cos(-t) + 128)) / 40.74),200,200)); draw_rectangle(xx*8,yy*8,xx*8+8,yy*8+8,0); }}