One more handy constant
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3976 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -71,6 +71,9 @@ public class SoundManager
|
|||||||
/** A pan value indicating that a sound should play from the right only. */
|
/** A pan value indicating that a sound should play from the right only. */
|
||||||
public static final float PAN_RIGHT = 1f;
|
public static final float PAN_RIGHT = 1f;
|
||||||
|
|
||||||
|
/** A pan value indicating that a sound should play from center. */
|
||||||
|
public static final float PAN_CENTER = 0f;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create instances of this for your application to differentiate
|
* Create instances of this for your application to differentiate
|
||||||
* between different types of sounds.
|
* between different types of sounds.
|
||||||
|
|||||||
Reference in New Issue
Block a user