solarus-games / children-of-solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/children-of-solarus
http://www.solarus-games.org
Other
37 stars 8 forks source link

Update scripts for compatibility with several games running simultaneously #68

Open Diarandor opened 6 years ago

Diarandor commented 6 years ago

Update scripts for compatibility with several games running simultaneously.

This will be needed someday when the engine allows to run several games at once. Although this project may not use that feature, it is better to make scripts compatible, for portability reasons.

Scripts that may need some changes:

Diarandor commented 6 years ago

For the weather scripts, we need to move the initialization of parameters inside the event on_created, and attach all important variables to the game object, somehow.