jakubg1 / OpenSMCE

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

Level variables #62

Open jakubg1 opened 2 years ago

jakubg1 commented 2 years ago

Similarly to profiles, make level variables which can be used in a variety of ways. They are stored per played level, when the level is either restarted or ended, the data is lost.

Possible uses:

These variables should be readable by UI script, however they should not be modifiable. Possibly make a sort of game triggers, which could be used not only for modifying the level variables, but also, for example, achievements in the future.