mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
added initial location setting
This commit is contained in:
parent
c92e7e92d4
commit
e4c5327f05
@ -322,6 +322,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
|||||||
assert not hasattr(self, 'parentId')
|
assert not hasattr(self, 'parentId')
|
||||||
self.parentId = parentId
|
self.parentId = parentId
|
||||||
self.zoneId = zoneId
|
self.zoneId = zoneId
|
||||||
|
self.__location = (parentId, zoneId)
|
||||||
self.generate()
|
self.generate()
|
||||||
|
|
||||||
def generate(self):
|
def generate(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user