Ejemplo n.º 1
0
 def __init__(self, t):
     ObjMgr.setDrawMap(MapDrawBattileShip())
Ejemplo n.º 2
0
 def __init__(self, t):
     ObjMgr.setDrawMap(MapDrawEnemyBase())
Ejemplo n.º 3
0
 def __init__(self, t):
     ObjMgr.setDrawMap(MapDrawLabirinth())
Ejemplo n.º 4
0
 def __init__(self, t):
     ObjMgr.setDrawMap(MapDrawLast())
Ejemplo n.º 5
0
 def __init__(self, t):
     ObjMgr.setDrawMap(MapDrawFire())
Ejemplo n.º 6
0
 def __init__(self, t):
     ObjMgr.setDrawMap(MapDrawFactory())
Ejemplo n.º 7
0
 def __init__(self, t):
     ObjMgr.setDrawMap(t[2]())