Skip to content

Releases: dusthandler/CITM_Proyecto_1

Last Resort v0.2

06 Apr 02:20

Choose a tag to compare

Instructions:

  • Use keyboard keys w,a,s,d to move player ship up,left,down and right.

changelog v0.2

  • Changed ModuleParallax for ModuleBackground.
  • ModuleBackground contains:
    • Functionality to scroll backgrounds with parameter camera speed simulating parallax profundity effect.
    • Added ALL background logic and animations.
  • Modified ModuleRender with funcionality:
    • To flip textures.
    • Optional parameter of parallax speed y.
  • Modified class animation:
    • To accept parameter repeat, wich optional prevent cycling animations.
    • Adapted the method pushback to reserve new rects with dynamic memory.
  • Added ModulePlayer with all the player movement logic and appropiate animations.