Beispiel #1
0
 def print_critter(self, x, y, char):
     libtcod.console_set_char(self.con, x, y, char)
Beispiel #2
0
 def clear_critter(self, x, y):
     libtcod.console_set_char(self.con, x, y, ' ')