Exemple #1
0
 def __init__(self, imgend, action=[]):
     Entity.__init__(
         self, 'smooth surface', True, 'floor-b-' + imgend, action=action)
Exemple #2
0
 def __init__(self, imgend, action=[]):
     Entity.__init__(
         self, 'wall', False, 'wall-horiz-' + imgend, action=action)
Exemple #3
0
 def __init__(self, imgend, action=[]):
     Entity.__init__(
         self, 'rough surface', True, 'floor-a-' + imgend, action=action)