Пример #1
0
 def __placeToon(self, avId):
     toon = self.getAvatar(avId)
     idx = self.avIdList.index(avId)
     x = lineupPos(idx, self.numPlayers, 4.0)
     toon.setPos(x, 0, 0)
     toon.setHpr(180, 0, 0)
 def __placeToon(self, avId):
     toon = self.getAvatar(avId)
     idx = self.avIdList.index(avId)
     x = lineupPos(idx, self.numPlayers, 4.0)
     toon.setPos(x, 0, 0)
     toon.setHpr(180, 0, 0)