Add Floaty text particles

This commit is contained in:
2024-02-07 17:58:55 +01:00
parent 6c1d0dfdb2
commit e595ec9333
7 changed files with 91 additions and 13 deletions

View File

@@ -197,6 +197,7 @@ void entityUpdate(ecs_iter_t *it) {
dealDmg *= multiplier;
damageEvent(other, (DamageEvent) {
.hitbox = otherBounds,
.amount = dealDmg
});