Fixed missing sounds
This commit is contained in:
parent
6e0b9db3d5
commit
c341825239
@ -51,10 +51,10 @@ public class Level implements ImageObserver, Serializable {
|
||||
public transient Random random = new Random();
|
||||
public transient static String ATTACHSOUND = "attach.WAV";
|
||||
public transient static String DETATCHSOUND = "detatch.WAV";
|
||||
public transient static String PICKUPSOUND = "pickup2.WAV";
|
||||
public transient static String DROPSOUND = "drop2.WAV";
|
||||
public transient static String BEEPSOUND = "beep2.WAV";
|
||||
public transient static String BUMPSOUND = "bump2.WAV";
|
||||
public transient static String PICKUPSOUND = "pickup.WAV";
|
||||
public transient static String DROPSOUND = "drop.WAV";
|
||||
public transient static String BEEPSOUND = "beep.WAV";
|
||||
public transient static String BUMPSOUND = "bump.WAV";
|
||||
public transient static String CHARGESOUND = "charge.WAV";
|
||||
public transient static String DISCHARGESOUND = "discharge.WAV";
|
||||
public transient static String BURNSOUND = "burn.WAV";
|
||||
|
Loading…
Reference in New Issue
Block a user