Last column fixed and pause in choose your seeds

This commit is contained in:
Rendo 2025-07-12 21:12:01 +05:00
commit 1ad0e18869
6 changed files with 37 additions and 28 deletions

View file

@ -8,7 +8,7 @@ public partial class PlantEyesightLimiter : CollisionShape2D
{
if (Shape is SegmentShape2D segment)
{
segment.B = new Vector2(Utility.RightFieldBoundary.X - GlobalPosition.X, 0);
segment.B = new Vector2(Utility.RightFieldBoundary.X - GlobalPosition.X+Utility.TileWidth/2.0f, 0);
}
}
}