leuft mit neuer engine
This commit is contained in:
parent
850be5c706
commit
fc97cb0c76
5 changed files with 1 additions and 2 deletions
Binary file not shown.
|
@ -10,7 +10,6 @@ class tengine():
|
|||
print(self.strscreen(),end="\r")
|
||||
|
||||
def bg_char(self, char=' '):
|
||||
self.prfeld()
|
||||
for a in range(len(self.screen)):
|
||||
for b in range(len(self.screen[0])):
|
||||
self.screen[a][b] = char
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue