Kaydet (Commit) 397c95b4 authored tarafından László Németh's avatar László Németh

fdo#66180 librelogo: clockwise HEADING

Change-Id: I1154b29119fd3fbb30d50246e94b3906bea24220
üst a80c7d51
...@@ -739,7 +739,7 @@ def heading(deg = -1, go = False): ...@@ -739,7 +739,7 @@ def heading(deg = -1, go = False):
if go and n > 0: if go and n > 0:
__go__(__TURTLE__, -n, False, a) __go__(__TURTLE__, -n, False, a)
else: else:
turtle.RotateAngle = deg * 100 turtle.RotateAngle = -deg * 100
def rotate(shapename, deg): def rotate(shapename, deg):
shape = __getshape__(shapename) shape = __getshape__(shapename)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment