Browse Source

Level 9 fertiggestellt

main
David PC Saiz 2 years ago
parent
commit
08f9b28a65
  1. BIN
      build/artifacts/release/Paper-Bin.out
  2. BIN
      build/release/Paper-Bin.out
  3. BIN
      build/release/out/c/Paper-Bin.o
  4. 3
      src/Paper-Bin.c

BIN
build/artifacts/release/Paper-Bin.out

BIN
build/release/Paper-Bin.out

BIN
build/release/out/c/Paper-Bin.o

3
src/Paper-Bin.c

@ -82,6 +82,9 @@ void loadLevel() {
windForce = -1; windForce = -1;
BinX = 8; BinX = 8;
BinY = 9; BinY = 9;
wallX = 4;
wallLength = 4;
wallY = 20;
break; break;
} }

Loading…
Cancel
Save