On dying due to falling down or because of the enemy the HUD says "NO HEALTH POINT LEFT! YOU DIED!". I'd say just "YOU DIED!" works as well.
Similarly, on falling it says "YOU FALLED IN THE DEATH ZONE". I'd say just "YOU DIED!" works as well.
As you mentioned, the Pause menu button hasn't been implemented yet, that's cool. I / The team can lend a hand in that.
Idk if you mentioned this in chat or not but, the Menu button isn't loading levels. The error is something like Scene 'Level_0' couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded. It probably is because the scenes aren't loaded in the AssetBundle. I've fixed that by adding the scenes in the Build Settings.
I noticed that the Pause button prefab wasn't attached to the HUD, but that seems like a minor problem for later.
Nit: The coins HUD at the top right should show 7/7 instead of 8/7? The coin update can be something like min(MAX, current coin)
IMP: Need to add a back button to the tutorial Scene (back to the main menu)
level 1: next level button doesn't work yet level 2: the death scene for falling says no health points, can we change that? level 3: the finish boundary isn't attached to the HUD the levels except level 1 don't have the pause menu attached yet didn't get to test the level complete for levels 3 and 4 because I suck, but checked the editor
@schsu1 haha, I agree that level 3 needs to be made easier.
@sulysu I am going to resolve the conflicts now, there are a lot but I shall try my best to not break anything 🙃.
Also, will approve after that.
Observations -
min(MAX, current coin)
@sulysu I am going to resolve the conflicts now, there are a lot but I shall try my best to not break anything 🙃. Also, will approve after that.
Originally posted by @biyaniM in https://github.com/biyaniM/csci526-professional-nappers/issues/111#issuecomment-1281314545