Closed GoogleCodeExporter closed 9 years ago
You are using Scene.setWindow, aren't you?
Original comment by rtaylor205@gmail.com
on 5 Jul 2010 at 3:08
Yes, the code inside my scene is:
window = new Window(0,0,8,10);
Debug.print("START window x,y=" + window.x + "," + window.y);
this.setWindow(window);
createWalls(); // add some walls
createPlatforms(); // add some platforms
window.move(2,2,500);
Original comment by paul.law...@gmail.com
on 5 Jul 2010 at 3:58
I see the problem, silly mistake.
Something that got automatically changed once (you should never use Find +
Replace!)
Thanks paul :)
Original comment by rtaylor205@gmail.com
on 5 Jul 2010 at 6:50
Original issue reported on code.google.com by
paul.law...@gmail.com
on 5 Jul 2010 at 12:22