overfloww bei kuhwurf zeichnen beseitigt aber nicht flug kurve korrigiert
This commit is contained in:
parent
590092874b
commit
bb4fcf6530
1 changed files with 2 additions and 2 deletions
2
v2.py
2
v2.py
|
@ -87,7 +87,7 @@ if __name__ == "__main__" and running == True:
|
|||
if key_space == True:
|
||||
break
|
||||
points_prozent = int((points/txhalb)*100)
|
||||
for a in range(int(points*2)):
|
||||
for a in range(int(points*2)-1):
|
||||
feld = change_block(feld,"-"*a+"🐄️",[0,0])
|
||||
feld = change_block(feld,str(points_prozent)+"%",[1,int(tx/2-2)])
|
||||
print(strfeld(feld))
|
||||
|
|
Loading…
Reference in a new issue