add new sound effects for blocked and parry actions

This commit is contained in:
2025-12-13 22:34:35 +01:00
parent c4b1d029aa
commit 133afa9c06
5 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -35,6 +35,8 @@ public class Sound {
load(12, "assets/sounds/gameover.wav"); load(12, "assets/sounds/gameover.wav");
load(13, "assets/sounds/stairs.wav"); load(13, "assets/sounds/stairs.wav");
load(14, "assets/sounds/sleep.wav"); load(14, "assets/sounds/sleep.wav");
load(15, "assets/sounds/blocked.wav");
load(16, "assets/sounds/parry.wav");
} }
@Deprecated @Deprecated