Merge remote-tracking branch 'origin/master'

This commit is contained in:
Seraina
2022-05-18 11:10:22 +02:00
9 changed files with 17 additions and 22 deletions

View File

@@ -205,7 +205,7 @@ public class Sound {
ghost = ghost01;
break;
}
ghost.play(0.08, 0.0, playbackspeed, 0.0, 5);
ghost.play(0.1, 0.0, playbackspeed, 0.0, 5);
}
/**