aboutsummaryrefslogtreecommitdiff
path: root/src/entities.c
AgeCommit message (Collapse)Author
2023-07-09Assembler optimised blit copy hardcoded to 16x16Juan J. Martinez
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-25Add entity system, add new enemy (snake)Juan J. Martinez