issues
search
umut-sahin
/
mythmallow
A top-down arena shooter roguelite in which you're a mythical marshmallow god fighting against peasant munchies such as chocolates, jellies, or candies!
Apache License 2.0
6
stars
0
forks
source link
Show damage numbers
#59
Open
umut-sahin
opened
5 months ago
umut-sahin
commented
5 months ago
Goal
To show damage number and how they scale over time to the user.
Resources
https://youtu.be/SN15PnaPYVc?si=ggI48QCZZOrka8S-&t=48
(watch on 0.25x and observe the damage numbers when something takes damage)
https://youtu.be/6HXNxWbRgsg?si=lze66M4o1BbUycgK&t=24
(watch on 0.25x and observe the damage numbers when something takes damage)
https://github.com/vleue/bevy_easings
(tool to use for implementation of the animation of damage numbers)
Goal
To show damage number and how they scale over time to the user.
Resources