Commit graph

10 commits

Author SHA1 Message Date
0655605091 fix errorspew in movesideside enemies without an AnimatedSprite (fixes #88) 2023-05-10 21:42:55 -04:00
pennyrigate
22656e9efa eeeh? easy mode? only kids play in easy mode!! 2023-04-20 04:06:29 -04:00
pennyrigate
82e407a937 made enemies meaner 2023-02-21 16:41:37 -05:00
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
pennyrigate
f797897a6c rolling fiend now blue 2023-01-13 01:25:44 -05:00
349a46b8fa cheat code entry 2023-01-10 02:47:10 -05:00
pennyrigate
ca3f67b1f1 changed snail origin 2023-01-10 00:21:32 -05:00
pennyrigate
3b52ec2cbf turned off camera smoothing 2023-01-09 22:51:49 -05:00
pennyrigate
2cb646ce32 enemies now get squashed by rocks 2023-01-09 21:50:02 -05:00
pennyrigate
416982d88e moved player raycast 2023-01-09 19:38:49 -05:00