ColinGilbert / projectzombie

Automatically exported from code.google.com/p/projectzombie
0 stars 1 forks source link

Pop Screen transition broken #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After refactoring of Screens using factories via Controller the Screen 
transition code is now broken.

Why? 

Reason is because it was wrong previously. You meant to have the MainMenuScreen 
as the root document, but instead DebugScreen was added first thus it was the 
root. So the entire pop/push transition stuff is wrong. 

Original issue reported on code.google.com by LLw...@gmail.com on 6 Jan 2011 at 12:29