Skip to content

Commit 80a7e8c

Browse files
committed
Move dots cluster further from patch node
1 parent a8fd79c commit 80a7e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/microbe_stage/editor/PatchMapDrawer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ private void AddPlayerPopulationIndicators(Patch patch, Species playerSpecies, C
11741174
var nodeModifier = node.Position.LengthSquared();
11751175
var modifierSinus = MathF.Sin(i);
11761176

1177-
indicator.Position = position + node.Size * 0.5f + new Vector2(0, 20)
1177+
indicator.Position = position + node.Size * 0.5f + new Vector2(0, 35)
11781178
.Rotated(nodeModifier * 30) +
11791179
new Vector2(0, modifierSinus * 50).Rotated(i * 6 * modifierSinus + nodeModifier);
11801180
}

0 commit comments

Comments
 (0)