aboutsummaryrefslogtreecommitdiff
path: root/data/sprites.png
AgeCommit message (Collapse)Author
2023-02-18Slime tweaksJuan J. Martinez
2023-02-17Added fixed pattern enemy (slimes)Juan J. Martinez
2023-02-16Added lives to the HUDJuan J. Martinez
2023-02-15Game state, HUD, ... WIPJuan J. Martinez
Exploring ideas.
2023-02-14Dust effect revisitedJuan J. Martinez
2023-02-13Pickups WIPJuan J. Martinez
TODO: collision
2023-02-05Swpan new entitiesJuan J. Martinez
- Each entity can generate a list of "spawns" (add a new entity) - Added a "dust" effect to the jump WIP TODO: probably wrap the entity list in a type so we don't need to pass the spritesheet to the update function.
2023-02-04Initial importJuan J. Martinez