Posted June 11, 2021 by bigsnack
Updating Project C at night, before the exam, while studying other exams...
Added machine gun, shotgun.
Player can take damage.
Made main menu UI.
Started making in-game UI. Currently only flashing text that says RELOADING.
And probably other things which I forgot, or maybe small things that took hours. I dunno.
---------- Remaining TODO ----------
=> Finish GameUI:
- Life bar
- Weapon info: Name and ammo
- Pause Menu
- Game Over (death) screen (and the info from PlayerStats).
=> Make moving platforms.
=> Make pickups.
- Don't forget to edit PlayerStats when they're picked up.
=> Make enemies who can shoot at player.
- Don't forget to increment numKills in PlayerStats every time an enemy dies.
=> Test WebGL build.