git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9633 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
382c3da1a4
commit
ae3cc96caa
@ -63,6 +63,8 @@ import java.util.logging.Logger;
|
||||
*/
|
||||
public class AudioNode extends Node {
|
||||
|
||||
//Version #1 : AudioKey is now stored into "audio_key" instead of "key"
|
||||
public static final int SAVABLE_VERSION = 1;
|
||||
protected boolean loop = false;
|
||||
protected float volume = 1;
|
||||
protected float pitch = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user