Enemy health and dying
Offen
#6
0 Kommentare
0 Reaktionen
2 zugewiesene Personen
Beansprucht von @KyleTownsend74
Auf GitHub ansehen
visual
- Vorherrschende Sprache
- C#
- Sterne
- 2
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
We'll need to be able to track enemy HP. I haven't listed this as depending on the #1 or #3 because all this stuff should be testable without any enemies or players.
- [x] Enemies should be able to be damaged by the player's attacks. (Which are not confined to a grid; hit detection will be using Unity's normal collider system.)
- [x] When an enemy is hit, there should be some kind of visual effect to make it clear that specifically they got hit.
- [x] When an enemy dies, some sort of effect (beyond just vanishing) should exist.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.