20.10.2010, 19:40
Quote:
i think i try to mmake it so that it appears ony UNDER the hud.
over the whole sccreen is justso annoying' sugg: make it 10 stars wide so its easy to count.or 6 so it matches the original one. you could tweak it still abit |
From the top of the script:
pawn Код:
#define MAX_DISPLAYED_STARS 24 // Max number of wanted-level stars displayed, including the game's 6 stars.
#define NUM_INACTIVE_STARS 16 // Number of inactive stars to display, including the game's 6 stars; put 6 to disable.
#define STARS_PER_ROW 8 // The number of stars displayed on each row
#define ROW_HEIGHT 20.0 // The height between rows; no need to edit this.