Browse Source

Variablen für neues Level überschrieben

main
fdai7103 2 years ago
parent
commit
1e815b420a
  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. 6
      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

6
src/Paper-Bin.c

@ -86,7 +86,11 @@ void loadLevel() {
wallLength = 4; wallLength = 4;
wallY = 20; wallY = 20;
break; break;
case(10):
windForce = 3;
BinX = 18;
BinY = 15;
break;
} }
} }

Loading…
Cancel
Save