Changed start level back to 1 (accidentally left in with previous commit)
This commit is contained in:
parent
45f6759baf
commit
c6b5788bae
@ -136,7 +136,7 @@ int main(void) {
|
||||
char moveX=0; // Toggled between -1, 0 and 1 by keypresses later
|
||||
|
||||
int playerScore = 0;
|
||||
int level = 2;
|
||||
int level = 1;
|
||||
int playerLives = 3;
|
||||
|
||||
brick bricks[2048]; // Sets up array for the bricks to be stored in, max no. bricks is 2048
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user