Exemplo n.º 1
0
 def __init__(self, value):
     style = PlayingCardGlobals.Styles[0]
     PlayingCardNodePath.__init__(self, style, value)
     self.enterCallback = None
     self.exitCallback = None
     return
Exemplo n.º 2
0
 def __init__(self, value):
     style = PlayingCardGlobals.Styles[0]
     PlayingCardNodePath.__init__(self, style, value)
     self.enterCallback = None
     self.exitCallback = None
     return
Exemplo n.º 3
0
 def __init__(self, value):
     """Constructor, value should be [0..51]."""
     style = PlayingCardGlobals.Styles[0]
     PlayingCardNodePath.__init__(self, style, value)
     self.enterCallback = None
     self.exitCallback = None