(02c733ec8) Added: Notion of how to rewatch the tutorial instructions

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:55:06 +02:00
parent 81833e7920
commit 9c5b43bf72
3 changed files with 190 additions and 12 deletions
@@ -57,18 +57,6 @@ namespace Barotrauma
RelativeSpacing = 0.02f
};
var columnContainer = new GUILayoutGroup(new RectTransform(Vector2.One, newGameContainer.RectTransform), isHorizontal: true)
{
Stretch = true,
RelativeSpacing = 0.05f
};
var leftColumn = new GUILayoutGroup(new RectTransform(Vector2.One, columnContainer.RectTransform))
{
Stretch = true,
RelativeSpacing = 0.02f
};
var rightColumn = new GUILayoutGroup(new RectTransform(Vector2.One, columnContainer.RectTransform))
{
RelativeSpacing = 0.02f