Team's progress:
We discussed what we want to accomplish for the next demo coming up. We want to rework area 1, include a flying common enemy and also have the first boss finished. We want the player to be able to use 2 skills, their teleport skill and a shield skill. I also wrote down a list of bugs and improvements that still need to be added from the comments of the last demo. I've been working on fixing bugs and adding one of the new skills, and my teammates have been drawing some new sprites.
My contributions:
The bugs I have fixed this week:
- There was a bug where the jump animation wouldn't trigger. I rewrote parts of the jumping logic which has fixed the problem
- Player is meant to stop moving when attacking, which happened as intended on the ground but also froze up in the air. I fixed it so the player carries their "momentum" and speed when attacking in the air
- Tweaked attack and hp values
- Replaced the Guardian's attack animations with new sprites from Michelle so it's melee attack has more range. Also changed the hit area in the code to match the sprites
- Scale UI canvas with the size of the screen
- I created new animations from Michelle's new teleport sprites and wrote scripts for the teleport skill. The player can keep putting them down and will disappear after some time. I need to limit it to two and use a queue so I can dequeue and destroy the earliest ones and enqueue new ones in

Reflection:
I'll be able to finish the teleport skill soon, and will probably work on the wall jumping/sliding feature next. I'm hoping Pouria can create the shield skill and help with the monsters when the sprites are ready. It may be tight to have everything ready for next Friday.
Comments