
03-19-2001, 08:20 PM
|
|
:]
|
Join Date: Mar 2001
Location: BC
Posts: 1,344
|
|
|
If it has a
green tile,flower tile,
leftgrass tile, rightgrass tile
then it would be a 2x2 square, so if you were just using that you would have this.x+64*this.y for your top left one, this.x+1+64*this.y for the top right, and this.x+1+64*(this.y+1) for the bottom right, and so on...
But to have the tiles cover the whole screen in a 2x2 square pattern I am not sure how to do it... could there be a way to skip every other number, or use even numbers only/odd numbers only? |
|
|
|