Fix anchor for lots roaches
[koperkapel.git] / koperkapel / vehicles / walking.py
index aa88bc65a97230d5048f01927e43b4cddcdfbc1c..6b57dff2c22fee29c0d80d42dfaddb9677216a6d 100644 (file)
@@ -27,9 +27,10 @@ class Walking(Vehicle):
             avatar.anchor = (0, 0)
         elif num_roaches < 6:
             avatar = roaches_quartet.assemble(roach)
-            avatar.anchor = (-16, 0)
+            avatar.anchor = (0, 0)
         else:
             avatar = roaches_nonet.assemble(roach)
+            avatar.anchor = (0, 0)
         return avatar
 
     def changed(self):