adds new soundfiles with updated volume

This commit is contained in:
Marcel 2024-06-05 10:56:38 +02:00
parent 00a49e55a3
commit 76908bfcfa
8 changed files with 15 additions and 15 deletions

BIN
assets/0009HackingBicola.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
assets/0010PickupBicola.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
assets/0011AfterBicola.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
assets/0012HackingTobione.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
assets/0013PickupTobione.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
assets/0014AfterTobione.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
assets/0015End.mp3 (Stored with Git LFS)

Binary file not shown.

View file

@ -285,7 +285,7 @@ void Hacking::activated(const Context context)
} }
if (currentStationIndex == 3) if (currentStationIndex == 3)
{ {
timer = Timer(30000, false); timer = Timer(29500, false);
context.dfPlayer->play(HACKING_STATION_BICOLA); context.dfPlayer->play(HACKING_STATION_BICOLA);
} }
if (currentStationIndex == 4) if (currentStationIndex == 4)