Ejemplo n.º 1
0
 def __init__(self, backend, config):
     Being.__init__(self, backend, config)
     self.path = path_new_using_map(backend.current_area.tcod_map)
     self.target_pos = None
Ejemplo n.º 2
0
 def __init__(self, backend, config):
     Being.__init__(self, backend, config)
Ejemplo n.º 3
0
Archivo: npc.py Proyecto: kirsis/rogue
 def __init__(self, backend, config):
     Being.__init__(self, backend, config)
     self.path = path_new_using_map(backend.current_area.tcod_map)
     self.target_pos = None
Ejemplo n.º 4
0
 def __init__(self, backend, config):
     Being.__init__(self, backend, config)