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