PlaceholderGames / 2122-yr2-team-5

CS2S561 2021/22 Team 5
0 stars 0 forks source link

Code Refactor #30

Closed Bitheral closed 2 years ago

Bitheral commented 2 years ago

Added:

+ Implemented Tutorial - Covers basic controls, objective and hazard (?) + Implemented Star system - This is calculated by how many collectables the player has got, out of all of them in the level and taking into account the time to complete (This calculation may need to change).

Changes:

~ Fixed resume button on Pause screen not working. ~ Fixed highlighting on objects. ~ Fixed and optimized inital item collection. Level will now always have the specified amount of items needed to collect. (e.g Level has 10 collectables to find - As long as the level has more or 10 collectables, it will fill the list with 10 items)

~ Changed time mechanic. Time is now longer counting down, instead it is a "time to complete level", 5 seconds (Standard) will be removed if an item is collected - This can be changed by adding an ObjectProperty component onto the collectable and changing "Seconds to remove" variable.