Hi everyone,
I'm currently coding a turn based, tile based strategy game. Because I want to include a level editor, I need to create a bitmap from scratch, using multiple bitmaps as the source.
In other words, the final bitmap has a size of 320 x 320 (fixed) and each tile has a size of 16 x 16. A level thus comprises of 20 x 20 tiles, which I want to store in one bitmap because of transparancy issues.
The tiles are existing .png images which are (prefferably) embedded resources. So I need advise how to read them from the resource stream (I know how to do that) and put them on a certain location in a new bitmap (I don't know how to do that).
Many thanks in advance for any help given!
Regards, Ruffnekk
---
Is it my imagination or do buffalo wings taste just like chicken?
I'm currently coding a turn based, tile based strategy game. Because I want to include a level editor, I need to create a bitmap from scratch, using multiple bitmaps as the source.
In other words, the final bitmap has a size of 320 x 320 (fixed) and each tile has a size of 16 x 16. A level thus comprises of 20 x 20 tiles, which I want to store in one bitmap because of transparancy issues.
The tiles are existing .png images which are (prefferably) embedded resources. So I need advise how to read them from the resource stream (I know how to do that) and put them on a certain location in a new bitmap (I don't know how to do that).
Many thanks in advance for any help given!
Regards, Ruffnekk
---
Is it my imagination or do buffalo wings taste just like chicken?