Add a music sound type
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@607 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -53,4 +53,9 @@ public interface SoundCodes
|
||||
* General game sound effects.
|
||||
*/
|
||||
public static final SoundType GAME_FX =new SoundType("game_fx");
|
||||
|
||||
/**
|
||||
* Songs and the like.
|
||||
*/
|
||||
public static final SoundType MUSIC = new SoundType("music");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user