Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:homelinen/ld23-Tiny-World into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
Calum Gilchrist committed Apr 24, 2012
2 parents 5a4ac3d + 7bd4ba4 commit 6f38a0c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void creditsMenuInit(){

creditsMenu.addMenuItem("Calum Gilchrist");
creditsMenu.addMenuItem("Daniel Bell");
creditsMenu.addMenuItem("Music - brandon75689");
creditsMenu.addMenuItem("Back");

menuItemLayers = creditsMenu.getMenuItems();
Expand All @@ -88,7 +89,7 @@ public void creditsMenuInit(){
}

public boolean handleCreditsMenu(int index){
if(index == 2){
if(index == 3){
graphics().rootLayer().remove(menuLayer);
menuInit();
}
Expand Down

0 comments on commit 6f38a0c

Please sign in to comment.