![]() |
#1
|
|||
|
|||
Avatar Attributes
I'm trying to create an array of avatars, each with a different set of attributes (body, face, name, etc.). I'm thinking of developing a class that has these "attributes" as shown below:
Code:
class Person(object): self.name = name self.enemy = enemy viz.add(body) viz.add(face) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|