mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
added zone 'visibility' attrib
This commit is contained in:
parent
c617e83e9b
commit
063199be8f
@ -56,6 +56,7 @@ class Zone(Entity, NodepathAttribs):
|
|||||||
attribs = (
|
attribs = (
|
||||||
('description', ''),
|
('description', ''),
|
||||||
('modelZoneNum', None),
|
('modelZoneNum', None),
|
||||||
|
('visibility', []),
|
||||||
)
|
)
|
||||||
|
|
||||||
class BarrelBase(Nodepath):
|
class BarrelBase(Nodepath):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user