Quote:
|
Originally Posted by Polo
Instead, if I remember correctly, recent GS2 changes allow for textured polygons, which would allow you to do what you want pretty easily.
|
I believe it was like;
PHP Code:
with( findImg( 200)) {
polygon = { x1, y1, x2, y2, x3, y3, x4, y4};
image = "lol.png";
dimension = 2;
}
Not sure tho, look in Stefan's new features post, when V4.1 was released.