switch back to fingerHoles

This commit is contained in:
Florian Festi 2013-04-16 12:26:20 +09:00
parent 296a354552
commit 898d9ef8a3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Silverware(Boxes):
])
def wall(self, x=100, y=100, h=100, r=0):
self.surroundingWall(x,y,r,h, bottom='finger', callback={
self.surroundingWall(x,y,r,h, bottom='holes', callback={
0 : lambda: self.fingerHolesAt(x/6.0, 0, h),
4 : lambda: self.fingerHolesAt(x/3.0-r, 0, h),
1 : lambda: self.fingerHolesAt(y/2.0-r, 0, h),