mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
Changed comment to string type
This commit is contained in:
parent
6b4309afc3
commit
db02cfd728
@ -9,7 +9,7 @@ class Entity(EntityTypeDesc):
|
|||||||
attribs = (
|
attribs = (
|
||||||
('type', None),
|
('type', None),
|
||||||
('name', 'unnamed'),
|
('name', 'unnamed'),
|
||||||
('comment', ''),
|
('comment', '', 'string'),
|
||||||
)
|
)
|
||||||
|
|
||||||
class LevelMgr(Entity):
|
class LevelMgr(Entity):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user