Well, I just finshed the core battle engine (turns, basic attacks, health etc.). A lot more still has to be done, though. Here's the updated GUI:

Quote:
for(i=1;i<120;i+=1){col = make_color_hsv(i*2.4,240,210)draw_line_width_color(tan(i)*100,sin(i)*700,tan(i+1)*100,sin(i+1)*700,4,col,col)draw_line_width_color(sin(i)*700,tan(i)*100,sin(i+1)*700,tan(i+1)*100,4,col,col)}

ooooh, pretty.
Well done!Your HUD looks icky, though, if it's a sprite, AA it, please!The flower pedals should twirl