From 3750d7aa4e307d1f2099eceaa21014151e78d364 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 18 Aug 2011 15:51:48 -0400 Subject: Started game mode selection screen So far, tapping "New Game" shows a screen with two game modes: the tutorial and the classic collect. They both have pictures and Collect's is grayscale if it hasn't been unlocked yet (a.k.a. the tutorial hasn't been completed yet). Also, Collect's title is replaced with question marks and the text "Beat the tutorial!" is shown if it isn't unlocked--if it is unlocked, the player's highscore, if they have one, is shown. A "Back to Main Menu" button is also present. Neither selection is as of yet tappable, and neither picture yet has a border. You cannot scroll through modes yet either. Refs #207 --- Classes/MainMenuLayer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Classes/MainMenuLayer.h') diff --git a/Classes/MainMenuLayer.h b/Classes/MainMenuLayer.h index e43c5e1..d8483b3 100755 --- a/Classes/MainMenuLayer.h +++ b/Classes/MainMenuLayer.h @@ -16,7 +16,6 @@ + (CCScene*)scene; - (id)init; - (void)newgame; -- (void)tutorial; - (void)highscores; @end -- cgit 1.4.1