Implemented sound - first rev.

This commit is contained in:
Urban Modig
2025-09-07 16:59:57 +02:00
parent fd85d8cd0f
commit c65787dfc9
30 changed files with 90 additions and 9 deletions

View File

@ -0,0 +1,5 @@
package se.urmo.game.sound;
public enum SoundEffect {
START, SIREN, MUNCH1, MUNCH2, FRUIT, GHOST_EATEN, EXTRA_LIFE, DEATH
}