Skip to content

Commit

Permalink
Nicer shape for directed particles
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin J. Laubach committed Nov 23, 2011
1 parent 3347b09 commit ea91d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draw.py
Expand Up @@ -12,7 +12,7 @@

turtle.tracer(50000, delay=0)
turtle.register_shape("dot", ((-3,-3), (-3,3), (3,3), (3,-3)))
turtle.register_shape("tri", ((-3, -2), (0, 3), (3, -2)))
turtle.register_shape("tri", ((-3, -2), (0, 3), (3, -2), (0, 0)))
turtle.speed(0)
turtle.title("Poor robbie is lost")

Expand Down

0 comments on commit ea91d84

Please sign in to comment.