public interface SoundCodes
| Modifier and Type | Field and Description |
|---|---|
static SoundPlayer.SoundType |
ALERT
Alert sounds are the type of sounds a player would hear when getting a puzzle challenge.
|
static SoundPlayer.SoundType |
AMBIENT
Ambient sounds are birds chirping, waves lapping, boats creaking.
|
static SoundPlayer.SoundType |
FEEDBACK
Feedback sounds are the type of sounds a player would here when clicking on buttons or
performing an action.
|
static SoundPlayer.SoundType |
GAME_ALERT
Game alert sounds are used to indicate that it's a player's turn.
|
static SoundPlayer.SoundType |
GAME_FX
General game sound effects.
|
static SoundPlayer.SoundType |
MUSIC
Songs and the like.
|
static final SoundPlayer.SoundType ALERT
static final SoundPlayer.SoundType FEEDBACK
static final SoundPlayer.SoundType AMBIENT
static final SoundPlayer.SoundType GAME_ALERT
static final SoundPlayer.SoundType GAME_FX
static final SoundPlayer.SoundType MUSIC
Copyright © 2015. All rights reserved.