aboutsummaryrefslogtreecommitdiff
path: root/src/Game/Entities/Slime.hs
AgeCommit message (Collapse)Author
2024-05-17formattingHEADmainJuan J. Martinez
2023-04-19Simplified frame updateJuan J. Martinez
When the entity hits the player we don't really need to update the frame.
2023-04-17Added new shooter enemyJuan J. Martinez
2023-03-26Support entities facing leftJuan J. Martinez
Perhaps it would be better to support "custom properties" in tiled, but this is OK for now.
2023-03-21Introduce a set propertyJuan J. Martinez
Stopped abusing the direction property!
2023-03-01Untangle state changes into actionsJuan J. Martinez
WIP: still unclear if we really need the IORefs!
2023-02-24Cleaned passing the collision detection function to the entitiesJuan J. Martinez
2023-02-21New Robot enemy.Juan J. Martinez
2023-02-20Split entities in modules.Juan J. Martinez