Friday, November 14, 2014

Normal day, stuff fixed and added!

Stuff that I did today.


  • Music into the game! 
    Need to make it loop, and also add a button to toggle it off/on.
  • Implemented a wave that goes up and down depending on where the fish is jumping. We really need to fix this later since it is probably hardcoded to 1024x576.
    As well as adding animation to it.
  • Fixed the animation for our fish, we now have three animation steps. This was code that Axel started with my advice and I just barely did a finishing touch on it.
    We now have several animations for the fish, what we need to do is create an animation when fly is sucked in towards the fish origin/belly since now it kinda disappears in mid-air.
  • Adding a new water splash and had it sync to the wave!
    Lillies and water gets blown up in the air as the fish jumps.
  • Assigned Andreas to clean up some code, mostly making sprites the right sizes on every screen resolution, a lot of sprites does now have width and hight of their image size, not good when switching resolutions.
    I hope he does it.