Forgot to repo upload --amend.  Yay.
diff --git a/res/raw/rollo.c b/res/raw/rollo.c
index e9c31b1..dc1199e 100644
--- a/res/raw/rollo.c
+++ b/res/raw/rollo.c
@@ -98,6 +98,7 @@
 
         float iconTop = (farIconSize + iconGutterHeight) * (2.0f + ICON_TOP_OFFSET)
                 - row * (farIconSize + iconGutterHeight);
+        iconTop -= 6 * scale; // make the zoom point below center
         float iconBottom = iconTop - farIconSize;
 
         float labelTop = iconBottom - (.1 * farLabelHeight);
@@ -113,7 +114,7 @@
 
             float centerX = sine * RADIUS;
             float centerZ = cosine * RADIUS;
-            centerZ -= (7*scale);
+            centerZ -= ((RADIUS+2+1)*scale); // 2 is camera loc, 1 put it slightly behind that.
 
             float iconLeftX = centerX  - (cosine * farIconTextureSize * .5);
             float iconRightX = centerX + (cosine * farIconTextureSize * .5);