How do i affect the loading progress of the game? as in, where and how can i control when the game is ready automatically with my plugin, if it has to perform certain tasks before the layout/game can be started.
I'm aware i can make a flag condition that tells the user when everything is ready, but it would be nice if possible to just do the loading work that i need automatically when the game starts? how and what does the loading progress currently do, and is what i want possible?
would this be for the on create action of my object or someplace else?
i know i saw a this.runtime.waitForImageLoad function somewhere, not sure if this is doing what i want for images, but i need a way to make the runtime wait as something is being preprocessed, so a way to tell it "wait" is imperative and then tell it can start again, or any similar solution.