updated unlock screen - now it can be configured to be MAX2-style (shows the numbers 1-30)

This commit is contained in:
Andrew Wong
2003-07-08 18:50:24 +00:00
parent 7c07ca4d72
commit a471a70e1e
4 changed files with 61 additions and 52 deletions
+4
View File
@@ -6,12 +6,15 @@
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
curewater
-----------------------------------------------------------------------------
*/
#include "ScreenAttract.h"
#include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES
#include "Style.h"
#include "ActorUtil.h"
#define NUM_UNLOCKS 30
class Course;
@@ -22,4 +25,5 @@ public:
ScreenUnlock();
protected:
BitmapText PointsUntilNextUnlock;
Sprite Unlocks[NUM_UNLOCKS]; // support 30 unlocks right now
};