diff --git a/assets/player/guarding/boy_guard_down.png b/assets/player/guarding/boy_guard_down.png new file mode 100644 index 0000000..748d672 Binary files /dev/null and b/assets/player/guarding/boy_guard_down.png differ diff --git a/assets/player/guarding/boy_guard_left.png b/assets/player/guarding/boy_guard_left.png new file mode 100644 index 0000000..707f525 Binary files /dev/null and b/assets/player/guarding/boy_guard_left.png differ diff --git a/assets/player/guarding/boy_guard_right.png b/assets/player/guarding/boy_guard_right.png new file mode 100644 index 0000000..a06e093 Binary files /dev/null and b/assets/player/guarding/boy_guard_right.png differ diff --git a/assets/player/guarding/boy_guard_up.png b/assets/player/guarding/boy_guard_up.png new file mode 100644 index 0000000..df7381e Binary files /dev/null and b/assets/player/guarding/boy_guard_up.png differ diff --git a/src/de/miaurizius/jgame2d/core/handlers/Sound.java b/src/de/miaurizius/jgame2d/core/handlers/Sound.java index 3c64a3f..994f993 100644 --- a/src/de/miaurizius/jgame2d/core/handlers/Sound.java +++ b/src/de/miaurizius/jgame2d/core/handlers/Sound.java @@ -35,6 +35,8 @@ public class Sound { load(12, "assets/sounds/gameover.wav"); load(13, "assets/sounds/stairs.wav"); load(14, "assets/sounds/sleep.wav"); + load(15, "assets/sounds/blocked.wav"); + load(16, "assets/sounds/parry.wav"); } @Deprecated