Commit graph

4 commits

Author SHA1 Message Date
a2974d8dd3 the damage system refactor!
killing is now done based on groups, the same way enemies already killed
the player.

these groups go on the entity's hitbox, not the entity itself.
enemies' hitboxes have all been put in "enemy_hitbox"

the arrow_projectile has a variable for the target group, so it could
easily be simply set to "player" for arrows shot by enemies

blocking is also done with groups. any hitbox with "blocks_arrow"
will block arrows, same with "blocks_sword" and "blocks_squash"
2023-01-20 00:06:34 -05:00
8212e44044 arrow dust particles UwU 2023-01-16 07:29:53 -05:00
pennyrigate
b53c776021 arrows now get deleted when offscreen 2022-12-19 16:41:00 -05:00
pennyrigate
2d3fc72ebe added bow 2022-12-17 22:47:46 -05:00