enabled, volume for AmbientSound

This commit is contained in:
Darren Ranalli 2003-12-13 03:46:49 +00:00
parent e098bdf85b
commit b93d54401b
1 changed files with 2 additions and 0 deletions

View File

@ -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):