aboutsummaryrefslogtreecommitdiff
path: root/src/explosions.s
Commit message (Collapse)AuthorAgeFilesLines
* Add collision with the playerMiquel Sabaté Solà2026-03-041-3/+11
| | | | | | | This allows for explosions to run after making the player to disappear, and it re-runs the entering scene timer. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add a pool of explosion effectsMiquel Sabaté Solà2026-03-031-0/+224
For now this only applies to enemies, but it's general enough so it can target any given coordinate, and hence any given object. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>