コード例 #1
0
ファイル: entities.py プロジェクト: dustinrohde/crystals
 def __init__(self, imgend, action=[]):
     Entity.__init__(
         self, 'smooth surface', True, 'floor-b-' + imgend, action=action)
コード例 #2
0
ファイル: entities.py プロジェクト: dustinrohde/crystals
 def __init__(self, imgend, action=[]):
     Entity.__init__(
         self, 'wall', False, 'wall-horiz-' + imgend, action=action)
コード例 #3
0
ファイル: entities.py プロジェクト: dustinrohde/crystals
 def __init__(self, imgend, action=[]):
     Entity.__init__(
         self, 'rough surface', True, 'floor-a-' + imgend, action=action)