• Register a function to be called when the first gdjs.RuntimeScene is loaded, after resources loading is done. This can be considered as the "start of the game".

    Parameters

    • callback: RuntimeSceneCallback

      The function to be called.

    Returns void