TheSeekerGame / TheSeeker

Metroidvania game in Bevy
24 stars 6 forks source link

Damage Numbers over Enemies #36

Closed c12hz closed 1 month ago

c12hz commented 2 months ago

Damage numbers appearing above enemies once they receive damage. Similar to games like Diablo or Risk of Rain: https://www.youtube.com/watch?v=hIbK7SVi_0M

As far as I understand these numbers spawn above creatures at random horizontal offsets (so they don't all bunch up together too much), and then they float up slightly before disappearing.

destravous commented 1 month ago

https://github.com/TheSeekerGame/TheSeeker/pull/44