Monday, February 4, 2013

Week 4. All shop assets.

Finally have all the shop assets, which is great. Now I need to just add them into the game. Because the items need to be programmed into the game by Dameon, I have to finish the shop this week. The prices don't need to be set up yet, nor all the restrictions necessarily. So I'll be working on that in a later copy.

Also on the side I have been working to reduce the lines of code that I have. It was something like 1000 lines of code because there are so many unique items and 5 different unique locations. But, because of arrays that can hold object names, I can shorten my code by at least 120 lines.