Releases: dusthandler/CITM_Proyecto_1
Releases · dusthandler/CITM_Proyecto_1
Last Resort v0.2
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.