Fix bitcrushed sounds
This commit is contained in:
parent
0a2058d8e0
commit
68470f7efd
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
gradle/
|
||||
.gradle/
|
||||
desktopRuntime/
|
||||
desktopRuntime/filesystem
|
||||
build/
|
|
@ -15,5 +15,8 @@
|
|||
<classpathentry kind="lib" path="jars/teavm-interop-0.6.1.jar"/>
|
||||
<classpathentry kind="lib" path="jars/teavm-jso-0.6.1.jar"/>
|
||||
<classpathentry kind="lib" path="jars/teavm-jso-apis-0.6.1.jar"/>
|
||||
<classpathentry kind="lib" path="jars/codecjorbis-20101023.jar"/>
|
||||
<classpathentry kind="lib" path="jars/codecwav-20101023.jar"/>
|
||||
<classpathentry kind="lib" path="jars/soundsystem-20120107.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
1
desktopRuntime/eclipseProject/.gitignore
vendored
Normal file
1
desktopRuntime/eclipseProject/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/bin/
|
Binary file not shown.
BIN
desktopRuntime/eclipseProject/jars/codecjorbis-20101023.jar
Normal file
BIN
desktopRuntime/eclipseProject/jars/codecjorbis-20101023.jar
Normal file
Binary file not shown.
BIN
desktopRuntime/eclipseProject/jars/codecwav-20101023.jar
Normal file
BIN
desktopRuntime/eclipseProject/jars/codecwav-20101023.jar
Normal file
Binary file not shown.
BIN
desktopRuntime/eclipseProject/jars/soundsystem-20120107.jar
Normal file
BIN
desktopRuntime/eclipseProject/jars/soundsystem-20120107.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave10.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave10.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave11.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave11.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave12.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave12.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave13.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave13.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave4.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave4.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave5.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave5.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave6.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave6.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave7.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave7.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave8.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave8.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/ambient/cave/cave9.ogg
Normal file
BIN
desktopRuntime/resources/sounds/ambient/cave/cave9.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/damage/fallbig1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/damage/fallbig1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/damage/fallbig2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/damage/fallbig2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/damage/fallsmall.ogg
Normal file
BIN
desktopRuntime/resources/sounds/damage/fallsmall.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/damage/hurtflesh1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/damage/hurtflesh1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/damage/hurtflesh2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/damage/hurtflesh2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/damage/hurtflesh3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/damage/hurtflesh3.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/fire/fire.ogg
Normal file
BIN
desktopRuntime/resources/sounds/fire/fire.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/fire/ignite.ogg
Normal file
BIN
desktopRuntime/resources/sounds/fire/ignite.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/liquid/lava.ogg
Normal file
BIN
desktopRuntime/resources/sounds/liquid/lava.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/liquid/lavapop.ogg
Normal file
BIN
desktopRuntime/resources/sounds/liquid/lavapop.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/liquid/splash.ogg
Normal file
BIN
desktopRuntime/resources/sounds/liquid/splash.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/liquid/water.ogg
Normal file
BIN
desktopRuntime/resources/sounds/liquid/water.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe2.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe3.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe4.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/breathe4.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/death.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/death.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/hit1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/hit1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/hit2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/hit2.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/hit3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/hit3.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/blaze/hit4.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/blaze/hit4.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/hiss1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/hiss1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/hiss2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/hiss2.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/hiss3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/hiss3.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/hitt1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/hitt1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/hitt2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/hitt2.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/hitt3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/hitt3.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/meow1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/meow1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/meow2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/meow2.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/meow3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/meow3.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/meow4.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/meow4.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/purr1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/purr1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/purr2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/purr2.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/purr3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/purr3.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/purreow1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/purreow1.ogg
Normal file
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cat/purreow2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cat/purreow2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/chicken1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/chicken1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/chicken2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/chicken2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/chicken3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/chicken3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/chickenhurt1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/chickenhurt1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/chickenhurt2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/chickenhurt2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/chickenplop.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/chickenplop.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cow1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cow1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cow2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cow2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cow3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cow3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cow4.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cow4.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cowhurt1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cowhurt1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cowhurt2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cowhurt2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/cowhurt3.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/cowhurt3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/creeper1.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/creeper1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
desktopRuntime/resources/sounds/mob/creeper2.ogg
Normal file
BIN
desktopRuntime/resources/sounds/mob/creeper2.ogg
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user