VOL_sprite-offset.pdf

(17 KB) Pobierz
IN-GAME EXAMPLE:
horizontal offset
TILE
528,1734,
33,
65,
0,
0, 0,"GARI0000.RLE","
"
TILE
528,1734,
33,
65,
10,
0, 0,"GARI0000.RLE","
"
TILE
= same as:
TILE
528,1734,
528,1734,
33,
33,
65,
-10,
65,
23,
0, 0,"GARI0000.RLE","
0, 0,"GARI0000.RLE","
"
"
Negative Offset, Offset bigger than Width:
while (offset<0) offset += width;
while (offset>=width) offset -= width;
Zgłoś jeśli naruszono regulamin