Skip to content

Commit

Permalink
Slow beetle down
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Brook <paul@codesourcery.com>
  • Loading branch information
Paul Brook committed Nov 7, 2010
1 parent 799761d commit f4a13a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hackix.py
Expand Up @@ -334,7 +334,7 @@ def __init__(self, face):
self.current_face = face
self.to_frac = 0.5
self.face_frac = 0.0
self.speed = 4
self.speed = 3
self.pos = self.from_edge.fracpoint(self.from_frac)

# Walk over the surface of the object.
Expand Down

0 comments on commit f4a13a4

Please sign in to comment.