Question: WTF is this?
Code: Select all
int level[16][16] = {
{0x0107,0x0107}
};
Is that how you defined each of the blocks without having to add individual graphics? If it is, how exactly did you go about doing this? Is there a wiki entry? I've never seen anything like this before. Also, the method in which you used to capture player movement for movement of the bar is interesting. It worked exactly as I expected it would.[/code]
I also noticed a library object within the wad. Can I get the source to that as well?