jakubg1 / OpenSMCE

Game engine which allows creating a broad range of marble popper games.
MIT License
14 stars 11 forks source link

Add actual coins and gems as collectibles and get rid of all "powerup" names #54

Closed jakubg1 closed 2 years ago

jakubg1 commented 2 years ago

All collectibles should be defined in an identical way as powerups, so coins and gems should too as they aren't. This involves adding "add score" and "add coin" effects.

To discuss:

jakubg1 commented 2 years ago

Implemented along with the effects in https://github.com/jakubg1/OpenSMCE/commit/82e84374d58d35acbe4ef9149ee2bcb7e531901f.

Relating to the discussion points above: