Re: A89: Re: Thanks! (1 question)


[Prev][Next][Index][Thread]

Re: A89: Re: Thanks! (1 question)




>No.. It would be a 152x19 size picture.

Oops, oh yeah

>19x19 pixels is very unsmart, yes..  but it only matters to have it
>dividable by 8 in X..  in Y it doesn't matter. so.. 8x7 or 16x23 or 8x8 is
>equally "smart"


True, but it makes locating the tiles easier in some cases...like in tile
bases games because you can multiply (shift) Y by a power of 2. Like if its
8 pixels in height you multiple Y by 8 to access the global Y coordinates
based on the tile row #. At least I think this is right, it has been awhile
:)