Exemplo n.º 1
0
 def print_critter(self, x, y, char):
     libtcod.console_set_char(self.con, x, y, char)
Exemplo n.º 2
0
 def clear_critter(self, x, y):
     libtcod.console_set_char(self.con, x, y, ' ')