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
Many games require special entities (like backgrounds) which are proceduraly generated and rendered. How does one render one's own graphics to the canvas with Ga?
I think there needs to be some (layered) way of hooking into ga.render() for the engine to allow this.
Indeed, apropos layers, Ga does not seem to care which sprites are at which layer when rendering.
The text was updated successfully, but these errors were encountered:
Many games require special entities (like backgrounds) which are proceduraly generated and rendered. How does one render one's own graphics to the canvas with Ga?
I think there needs to be some (layered) way of hooking into
ga.render()
for the engine to allow this.Indeed, apropos layers, Ga does not seem to care which sprites are at which layer when rendering.
The text was updated successfully, but these errors were encountered: