feat: add line completed sound
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package eu.midnightdust.yaytris.util;
|
||||
|
||||
public enum SoundEffect {
|
||||
BEEP("/sounds/beep.wav");
|
||||
BOOP("/sounds/boop.wav"), LINE_COMPLETED("/sounds/line-completed.wav");
|
||||
|
||||
final String location;
|
||||
SoundEffect(String location) {
|
||||
|
||||
Reference in New Issue
Block a user