Implemented sound - first rev.
This commit is contained in:
5
src/main/java/se/urmo/game/sound/SoundEffect.java
Normal file
5
src/main/java/se/urmo/game/sound/SoundEffect.java
Normal file
@ -0,0 +1,5 @@
|
||||
package se.urmo.game.sound;
|
||||
|
||||
public enum SoundEffect {
|
||||
START, SIREN, MUNCH1, MUNCH2, FRUIT, GHOST_EATEN, EXTRA_LIFE, DEATH
|
||||
}
|
||||
Reference in New Issue
Block a user