Browse Source

Windstärke zu Level 7 hinzugefügt

main
David PC Saiz 2 years ago
parent
commit
5eb2fc69b8
  1. 5
      src/Paper-Bin.c

5
src/Paper-Bin.c

@ -5,6 +5,7 @@ int BinX;
int BinY = 12;
char field[23][29];
int windForce = 0;
int Ballx = -1;
int Bally = 27;
@ -64,9 +65,7 @@ void loadLevel() {
case(7):
BinX = 2;
BinY = 7;
windForce = -2;
}
}

Loading…
Cancel
Save