Page 2 of 2

Re: Mouse Hovering Over Printed Text

Posted: Wed Feb 26, 2014 11:11 am
by MadByte
When using SceneManager.setScene or SceneManager.setOverlay the leave() callback from the current scene get called once and after that the enter() function of the new scene get called once. Currently it's not possible to set only one scene, everything had to be organised like that instead.

But I'll change that. ;)