Sunday 19th November 2023
Week 7
This week during our stand up we mainly discussed the changes that needed to be made. After the standup I assigned myself to make the changes and the artist once more was finishing off the remaining game art, however I noticed that unity supports androids adaptive icons so I also asked the artist to work on the art needed to make those work.
This week I was able to make the following changes to the game:
· Adding a restart button in the top right of each level
· Adding BGM
· Adding SFX for game over, enemy death, and player powering up
· Adding particle effects to show player is absorbing power (powering up)
· Adding scaling and colour change to show player is powering up
I am very happy with how the power up effect came out as it is all done in unity using code and coroutines as I did not want to trouble the artist with making animations. The scaling and colour changing the player took a bit of time to figure out as they required some maths I had never done before however thanks to my maths background it fell into place after a bit and produced a good result.