spilgames / glue

Glue is a JavaScript game engine for making web games that run on desktop and touch devices.
glue-engine.com
Other
10 stars 4 forks source link

Add a callback to Director.showScreen() #229

Closed RikoOphorst closed 10 years ago

RikoOphorst commented 10 years ago

The Director does not have a callback yet, however it is needed to do proper unit-testing. The callback should be executed when all the objects from the Screen are added to the Game.

RikoOphorst commented 10 years ago

This is implemented.