platzhalter
This commit is contained in:
parent
48634a0926
commit
590092874b
1 changed files with 1 additions and 1 deletions
2
v2.py
2
v2.py
|
@ -50,7 +50,7 @@ if __name__ == "__main__" and running == True:
|
|||
startscreen = False
|
||||
|
||||
feld = bg_char(feld," ")
|
||||
#feld = change_block[feld,ascii.cowsay,[int(tx/2-8),int(ty/2-2)]]
|
||||
feld = change_block(feld,ascii.cowsay,[int(ty/2)-2,int(tx/2)-12])
|
||||
while running == True:
|
||||
wobl = "-" * (tx - wobble_pos - 5)
|
||||
wobr = "-" * wobble_pos
|
||||
|
|
Loading…
Reference in a new issue