jakubg1 / OpenSMCE

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

Add path introduction #107

Closed jakubg1 closed 8 months ago

jakubg1 commented 1 year ago

Path introduction is a trail of particles going through the entire path before spheres roll in. Example config in gameplay.json:

"pathIntroduction": {
    "particle": "path_introduction.par",
    "speed": 1500,
    "density": 24,
    "separatePaths": false
}

To disable path introduction, just omit this section. This also means that this will be a non-breaking change.

jakubg1 commented 8 months ago

Has been implemented some time ago: https://github.com/jakubg1/OpenSMCE/commit/04d73353ad5bae3ef2db8c8d4a983394dbfad6be