|
@@ -124,6 +124,8 @@ class AmbientSound(Nodepath):
|
|
|
type = 'ambientSound'
|
|
type = 'ambientSound'
|
|
|
attribs = (
|
|
attribs = (
|
|
|
('soundPath', '', 'bamfilename'),
|
|
('soundPath', '', 'bamfilename'),
|
|
|
|
|
+ ('volume', 1, 'float', {'min':0,'max':1}),
|
|
|
|
|
+ ('enabled', 1, 'bool'),
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
class PropSpinner(Entity):
|
|
class PropSpinner(Entity):
|