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