|
Today I've started working on the code that enables me to easily start the level over, or start a new one. It's proving a bit tough, especially since I've become better at using Construct (through other projects) - now I think the code is one big mess.
I've done more work on the combo system and I think it's more or less complete now. When you shoot an enemy you get 25 points, multiplied with the multiplier in the bottom left screen. The multiplier is increased every time the player shoots a monster while the time (the red bar next to the multiplier) is still above 0.
When the player kills a monster, text will fly out from where the monster was killed indicating how many points were earned.
In addition to this I've made it so the score displayed in the bottom right corner counts upwards when the player receives points.
|