add new sound effects for blocked and parry actions
This commit is contained in:
BIN
assets/player/guarding/boy_guard_down.png
Normal file
BIN
assets/player/guarding/boy_guard_down.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/player/guarding/boy_guard_left.png
Normal file
BIN
assets/player/guarding/boy_guard_left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/player/guarding/boy_guard_right.png
Normal file
BIN
assets/player/guarding/boy_guard_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/player/guarding/boy_guard_up.png
Normal file
BIN
assets/player/guarding/boy_guard_up.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user