(768877381) Test: change the docking indicator to a pulsating crosshair when ready to dock (more noticeable than just changing the color of the centerline)

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:43:26 +03:00
parent 7d7950e70b
commit aef95740d3
7 changed files with 79 additions and 270 deletions
@@ -34,6 +34,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;