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
|
startwinkel = 34
|
||||||
startgeschwindigkeit = 31
|
startgeschwindigkeit = 31
|
||||||
starthoehe = 0
|
starthoehe = 0
|
||||||
schlafzeit = 0.1
|
schlafzeit = 0.05
|
||||||
###
|
###
|
||||||
|
|
||||||
# needed for erasing ol position
|
# needed for erasing ol position
|
||||||
|
@ -101,8 +101,9 @@ for count in range(xmin, len(ergebnis), 2):
|
||||||
x, y = ergebnis[count], ergebnis[count + 1]
|
x, y = ergebnis[count], ergebnis[count + 1]
|
||||||
curpos(x, y)
|
curpos(x, y)
|
||||||
print(cow, end="")
|
print(cow, end="")
|
||||||
curpos(xold, yold)
|
|
||||||
sleep(schlafzeit)
|
sleep(schlafzeit)
|
||||||
|
curpos(xold, yold)
|
||||||
print("☁️ ", end="")
|
print("☁️ ", end="")
|
||||||
bla = input("CR please...")
|
|
||||||
sys.exit(cow+curon)
|
|
||||||
|
sys.exit(home + cow + curon)
|
||||||
|
|
Loading…
Reference in a new issue