enabled, volume for AmbientSound
This commit is contained in:
parent
e098bdf85b
commit
b93d54401b
|
|
@ -124,6 +124,8 @@ class AmbientSound(Nodepath):
|
|||
type = 'ambientSound'
|
||||
attribs = (
|
||||
('soundPath', '', 'bamfilename'),
|
||||
('volume', 1, 'float', {'min':0,'max':1}),
|
||||
('enabled', 1, 'bool'),
|
||||
)
|
||||
|
||||
class PropSpinner(Entity):
|
||||
|
|
|
|||
Loading…
Reference in New Issue