(2007f0f7e) Render missing characters as a white square to make them more noticeable

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:37:11 +03:00
parent 323c8e7b95
commit 6f57aa863f
4 changed files with 36 additions and 304 deletions
@@ -210,6 +210,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;