(0ccb08c95) Remove item collision category, since we only want to check the walls and the characters here.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:22:30 +03:00
parent ad604a44c4
commit cf55de90ba
9 changed files with 319 additions and 130 deletions
@@ -76,6 +76,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;