-I could just make an array that lists the object types and their x/y values instead.
-I could put then in that original array and add something to the placement code to offset them based on their relative position (left side of room, shift to left side of the tile, top shift to top side of tile etc)
-I could just put them dead centre of the tile? That's not how buildings work on the Island, but meh!
-I could make new sprites that are tile sized?
Hmm
Oh, and that array? It gets destroyed after use by setting;
underground = -1;
So it's not stored in memory forever. Not a huge performance boost, but there's really no reason to keep it.
11 comments