forked from noxious/client
mp3 > wav
This commit is contained in:
parent
db52bcfff3
commit
ccb64fc048
Binary file not shown.
BIN
public/assets/sounds/walk.wav
Normal file
BIN
public/assets/sounds/walk.wav
Normal file
Binary file not shown.
@ -68,9 +68,9 @@ watch(
|
||||
() => props.mapCharacter.isMoving,
|
||||
(newValue) => {
|
||||
if (newValue) {
|
||||
playSound('/assets/sounds/walk.mp3', true, true)
|
||||
playSound('/assets/sounds/walk.wav', true, true)
|
||||
} else {
|
||||
stopSound('/assets/sounds/walk.mp3')
|
||||
stopSound('/assets/sounds/walk.wav')
|
||||
}
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user