platzhalter

This commit is contained in:
Michael S. 2024-01-14 13:58:08 +01:00
parent 48634a0926
commit 590092874b

2
v2.py
View file

@ -50,7 +50,7 @@ if __name__ == "__main__" and running == True:
startscreen = False startscreen = False
feld = bg_char(feld," ") 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: while running == True:
wobl = "-" * (tx - wobble_pos - 5) wobl = "-" * (tx - wobble_pos - 5)
wobr = "-" * wobble_pos wobr = "-" * wobble_pos