mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
zone description is a string (should eventually be reference to Localizer)
This commit is contained in:
parent
77f9d721b5
commit
cabad9e2f7
@ -57,7 +57,7 @@ class Zone(Nodepath):
|
||||
'hpr',
|
||||
)
|
||||
attribs = (
|
||||
('description', ''),
|
||||
('description', '', 'string'),
|
||||
('modelZoneNum', None, 'int'),
|
||||
('visibility', [], 'visZoneList'),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user