function draw_text_outline(x,y,STRING* str, VECTOR* color) { draw_text(str,x-1,y,nullvector); draw_text(str,x+1,y,nullvector); draw_text(str,x,y-1,nullvector); draw_text(str,x,y+1,nullvector); draw_text(str,x,y,color); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de