Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-03 | Sound queue | Juan J. Martinez | |
This is to queue sounds and play them when we update the screen, so the sounds are synced with the action. It is required because the MikMod_Update function updates on the clock int, and is not synced with the VGA's vsync. | |||
2023-07-02 | Add sound support | Juan J. Martinez | |
2023-06-29 | Collect pickups even if invulnerable | Juan J. Martinez | |
2023-06-29 | Add pickaxe pickup | Juan J. Martinez | |
2023-06-27 | Add pikcups | Juan J. Martinez | |
WIP: only time and bonuses for now. |