diff --git a/build/artifacts/release/Paper-Bin.out b/build/artifacts/release/Paper-Bin.out index 379726b..bf00637 100644 Binary files a/build/artifacts/release/Paper-Bin.out and b/build/artifacts/release/Paper-Bin.out differ diff --git a/build/release/Paper-Bin.out b/build/release/Paper-Bin.out index 379726b..bf00637 100755 Binary files a/build/release/Paper-Bin.out and b/build/release/Paper-Bin.out differ diff --git a/build/release/out/c/Paper-Bin.o b/build/release/out/c/Paper-Bin.o index bd828d6..9ede247 100644 Binary files a/build/release/out/c/Paper-Bin.o and b/build/release/out/c/Paper-Bin.o differ diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index a8ae354..a06d60a 100644 --- a/src/Paper-Bin.c +++ b/src/Paper-Bin.c @@ -80,8 +80,8 @@ void loadLevel(int lvlnum){ BinX = 2; BinY = 7; windForce = -2; - printf("Ein Sturm zieht auf!"); - sleep(5); + printf("Ein Sturm zieht auf!\n"); + sleep(3); break; case(8): @@ -150,7 +150,7 @@ int main() if (lvlnumber == 1) { char choice = ' '; - printf("Scheint so als w\x84re das Spiel eine Nummer zu gro\xE1 f\x81r dich!\n"); + printf("Scheint so als wäre das Spiel eine Nummer zu groß für dich!\n"); printf("Willst du einen Leichteren Modus Starten?\n[J]a/[N]ein\n"); scanf(" %c", &choice); system("start \"\" \"https://youtu.be/dQw4w9WgXcQ\""); @@ -182,7 +182,7 @@ void getStartPosition() } Generatefield(); //printf("W\x84\hle die position des Balls (0-9):\n"); - printf("W\x84\hle die position des Balls (0-9):\n"); + printf("Wähle die position des Balls (0-9):\n"); scanf("%d", &Ballx); @@ -266,7 +266,6 @@ void Generatefield() { void addScoreboard() { - int ScorePoints; //Die txt wird geöffnet FILE* fp = fopen("ScoreBoard.txt", "a+"); char name[255];