Created
August 25, 2014 10:43
-
-
Save AlexNisnevich/3e33fab0e8ad765e614d to your computer and use it in GitHub Desktop.
I think these are all the sound effects?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General effects: | |
- jump | |
- fall off screen | |
- get key and move to next level | |
- overlay world (maybe different for each world type?) | |
Zombie world: | |
- zombie growl | |
- player killed by barbed wire | |
- player killed by zombie | |
- zombie dies | |
Ice world: | |
- slide on ice | |
- shatter ice | |
- polar bear comes out | |
- eaten by polar bear | |
Nature world: | |
- bounce on tree branch | |
- bees buzzing (louder as they get more agitated?) | |
- player eaten by bees | |
- butterfly opens/closes wings | |
- butterfly carries player upward | |
- wind (background noise) | |
Space world: | |
- spaceship shoots laser | |
- player hit by laser | |
- spaceship destroyed | |
- asteroid slowly flies downward due to gravity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment