Thread: Tiles & Layers
View Single Post
  #3  
Old 12-28-2003, 04:32 PM
dlang dlang is offline
Yoshi!
dlang's Avatar
Join Date: Oct 2002
Location: Houston, Texas
Posts: 406
dlang is on a distinguished road
Send a message via AIM to dlang Send a message via MSN to dlang
Yes but have it above the rest of the tiles.
Like so the player can walk under it?

Btw how can I set an array of tiles by not using

tiles[x,y] = 0x1;

seperately?

but instead by using
{
0x0, 0x1,
0x10, 0x11,
0x20, 0x21
}
__________________
Where do I take this pain of mine?
I run but it stays right by my side.
So tear me open, pour me out,
there's things inside that scream and shout.
And the pain still hates me, so hold me until it sleeps.

---------------

Last edited by dlang; 12-28-2003 at 04:43 PM..