Speaking of which, I hope you enjoy the next pictture. This is meant to be a sprite with the different item icons for pickaxes, and eventually what Harper will also use, once I can animate them. @_@
So yeah, I still need to work on some other stuff today, tomorrow, and for the rest of my life on this program...@_@
I had some small ideas for the game that I wrote down last night. The sound was one of them...I need to add sound ID's to the parsers, in order for objects to make sounds, and also a sound effect to the worlds, so you can have some background music. I also need to set up a system for when the player collides with an event of sorts. Something that can be used as a hit-box, and moves the player over to the next scene or something of that nature.
I was also considering my resource manager...it only holds resources right now, i.e. textures, and fonts, but I could make it hold the parsers as well. I think this would help condense things a bit more, but also reduce the coupling of objects, and the visibility of all the parsers, except the settings parser, that one I need to have direct access to. So basically you would have indirect access to each of the parsers, with the resource manager being the inbetween. Reduces coupling and visibility, but keeps the same abilities.
But then the question comes, is it worth the change? I would probably have to change a lot of code for that to work, and would it really be all that much more useful? I have no fucking clue...so instead of creating a bunch of crap that i may or may not be able to use better, I'm just going to leave it as a to-do later...post-school type edits. @_@ Anyway, take care my very few readers...
No comments:
Post a Comment