d-gallagher / Unity_SpaceRocks

Mobile Applications Assignment
0 stars 0 forks source link

ToDo: Complete Health System #6

Open d-gallagher opened 4 years ago

d-gallagher commented 4 years ago

Health added to UI and 'works' but not yet decreasing health on collision with asteroid etc. The best place for the health behaviour is in the health script, which should be able to manage any health decreases from Asteroids or enemy ships. Work in progress.

d-gallagher commented 4 years ago

Added health tot he player rocket, updating UI with collision vs asteroids. ToDo: end game if player loses all life points.