I haven't been able to spend a lot of time on CL much recently. But I've drawn some sprites and worked a little on the minigame for the next part, which is going to awesome. :D
Well, I have exams this week and the next, but after that I should have lot of time! Thanks for your patience.
Oh, there's another thing that I was working on - a tool for creating rooms from tiles. All the rooms in the game (Cora's bedroom, the hallway, etc) are made by repeating a few tiles. That way I don't have to include such large images with the game, plus it's an easy way to prevent you from walking into walls. So, the program gets data like this:
01, 01, 01
10, 10, 10
10, 00, 10
And uses it to place the tiles to create the room. Last time I wrote all that out by hand, which was a pain! So now I've created a tool where I can drag tiles and it prints out the code I need to include that room in the game. I should have done this sooner. Anyway if you're interested in this tool let me know. I could totally share the code with you.
No comments:
Post a Comment