Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
In FrozenGame.java, a call is made to levelManager.goToNextLevel(); when the
current level is completed successfully.
You can call levelManager.getLevelIndex(), and if the last level was 100 and
the current level is 0 (and the player didn't select a new game), then you can
display a dialog, credits, etc.
Since the level editor exists, and the number of levels is dependent on the
size of the level list, you probably won't want to hard-code the highest level
index - you may want to add a method to LevelManager.java to return the highest
level index.
Original comment by forter...@gmail.com
on 12 Mar 2013 at 3:52
And end of game developer and contributor credits screen was added in version
1.15.
Original comment by forter...@gmail.com
on 27 Apr 2013 at 11:44
Original issue reported on code.google.com by
aeffef...@gmail.com
on 28 Jan 2013 at 5:16