🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

how do you make tiles for a 2d tile based game

Started by
3 comments, last by Grimey 23 years, 2 months ago
im confused on how to make the tiles for a tile based engine. is it just 1 bmp shrunken down for 1 tile? plz respond
Advertisement
I´m not quite sure what you mean with shrunken down; you can make every tile a seperate file, or alternatively put all the tiles for one area into one bigger file. Depends on the engine i guess
i mean like an 1000x1000 bmp down to like say 45x45 to make it a box in the tiles....
You have a bigger bitmap that holds a whole lot of smaller tiles. So you have have an 800x600 bitmap and have 40x40 tiles and have 300 tiles in the bitmap
Is there an API to pick out the tiles in a source bitmap, by any chance? Or a DLL, that''d work too...or just the code in VB, cause I''m too lazy to program C++ atm
http://edropple.com

This topic is closed to new replies.

Advertisement