Fixed links

This commit is contained in:
Rendo 2025-07-17 11:44:10 +05:00
commit eb408a62bb
18 changed files with 40 additions and 42 deletions

View file

@ -5,7 +5,7 @@ public partial class LeftBoundaryMarker : Marker2D
{
public override void _Ready()
{
Utility.LeftFieldBoundary = (Vector2I)GlobalPosition;
FieldParams.LeftFieldBoundary = (Vector2I)GlobalPosition;
QueueFree();
}