aufgehübscht
This commit is contained in:
parent
a71b8885e0
commit
818c88e050
1 changed files with 5 additions and 4 deletions
|
@ -83,7 +83,7 @@ xmin = 0
|
|||
startwinkel = 34
|
||||
startgeschwindigkeit = 31
|
||||
starthoehe = 0
|
||||
schlafzeit = 0.1
|
||||
schlafzeit = 0.05
|
||||
###
|
||||
|
||||
# needed for erasing ol position
|
||||
|
@ -101,8 +101,9 @@ for count in range(xmin, len(ergebnis), 2):
|
|||
x, y = ergebnis[count], ergebnis[count + 1]
|
||||
curpos(x, y)
|
||||
print(cow, end="")
|
||||
curpos(xold, yold)
|
||||
sleep(schlafzeit)
|
||||
curpos(xold, yold)
|
||||
print("☁️ ", end="")
|
||||
bla = input("CR please...")
|
||||
sys.exit(cow+curon)
|
||||
|
||||
|
||||
sys.exit(home + cow + curon)
|
||||
|
|
Loading…
Reference in a new issue