public class Sound
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BACKGROUND_MUSIC
The filename for the background music
|
static java.lang.String |
BREAK_FX
The filename for the breaking object sound effect
|
static java.lang.String |
CASH_REGISTER_FX
The filename for the cash register sound effect
|
static java.lang.String |
CHECKPOINT_FX
The filename for the checkpoint sound effect
|
static java.lang.String |
FINISH_LEVEL_FX
The filename for the finish level sound effect
|
static java.lang.String |
JUMP_FX
The filename for the jump sound effect
|
static java.lang.String |
LAND_ON_SPIKE_FX
The filename for the spike sound effect
|
static java.lang.String |
LOSE_RINGS_FX
The filename for the losing rings sound effect
|
static java.lang.String |
RINGS_FX
The filename for the collecting rings sound effect
|
static java.lang.String |
SPIN_FX
The filename for the spin ball sound effect
|
static java.lang.String |
SPRING_FX
The filename for the spring sound effect
|
| Constructor and Description |
|---|
Sound() |
public static final java.lang.String BACKGROUND_MUSIC
public static final java.lang.String SPRING_FX
public static final java.lang.String CHECKPOINT_FX
public static final java.lang.String JUMP_FX
public static final java.lang.String LAND_ON_SPIKE_FX
public static final java.lang.String LOSE_RINGS_FX
public static final java.lang.String RINGS_FX
public static final java.lang.String SPIN_FX
public static final java.lang.String CASH_REGISTER_FX
public static final java.lang.String FINISH_LEVEL_FX
public static final java.lang.String BREAK_FX