aboutsummaryrefslogtreecommitdiff
path: root/src/entities.h
AgeCommit message (Collapse)Author
2023-07-10Draw entities in orderJuan J. Martinez
This makes a difference on the less powerful machines and helps avoiding flickering.
2023-07-08Avoid drawing the whole screen on each frameJuan J. Martinez
This allows supporting 386DX "just about" (there will be flickering).
2023-07-04Warp all the entities outJuan J. Martinez
Used by the stage clear code.
2023-06-27Add pikcupsJuan J. Martinez
WIP: only time and bonuses for now.
2023-06-27Add Bat enemyJuan J. Martinez
2023-06-25Add entity system, add new enemy (snake)Juan J. Martinez