(3cc40bf1d) Added prefabs for new autodoors. Replaced doors in Dugong and Bunyip

This commit is contained in:
Joonas Rikkonen
2019-04-26 11:13:43 +03:00
parent f3fbaedb42
commit a7f56ced21
7 changed files with 43 additions and 10 deletions
@@ -324,6 +324,7 @@ namespace Barotrauma
false, null, "");
foreach (Tutorial tutorial in Tutorial.Tutorials)
{
if (tutorial is ContextualTutorial) continue;
var tutorialText = new GUITextBlock(new RectTransform(new Vector2(1.0f, 0.15f), tutorialList.Content.RectTransform), tutorial.Name, textAlignment: Alignment.Center, font: GUI.LargeFont)
{
UserData = tutorial