Fix shuttle arrival visualizer (#35772)

* Fix shuttle arrival visualizer

It was at a fixed spot but if the target is rotating it wasn't handled.

* hew

* Fixes
This commit is contained in:
metalgearsloth
2025-04-15 00:34:18 +10:00
committed by GitHub
parent 595b1f5073
commit dfa5ccf625
4 changed files with 18 additions and 6 deletions

View File

@@ -24,5 +24,9 @@ public sealed class DockingConfig
public Box2 Area;
public EntityCoordinates Coordinates;
/// <summary>
/// Local angle of the docking grid relative to the target grid.
/// </summary>
public Angle Angle;
}