You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.
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:
Weather scripts.
Hud, menus and dialog scripts (maybe). Maybe other scripts too.
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: