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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user