예제 #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
예제 #2
0
파일: player.py 프로젝트: kirsis/rogue
 def __init__(self, backend, config):
     Being.__init__(self, backend, config)
예제 #3
0
파일: npc.py 프로젝트: 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
예제 #4
0
 def __init__(self, backend, config):
     Being.__init__(self, backend, config)