Add Tutorials.

This commit is contained in:
Ottermandias 2022-07-11 17:27:22 +02:00
parent 2412e3be08
commit 769f54e8dd
12 changed files with 197 additions and 46 deletions

View file

@ -47,6 +47,7 @@ public sealed partial class ConfigWindow : Window, IDisposable
MinimumSize = new Vector2( 800, 600 ),
MaximumSize = new Vector2( 4096, 2160 ),
};
UpdateTutorialStep();
}
public override void Draw()
@ -78,6 +79,10 @@ public sealed partial class ConfigWindow : Window, IDisposable
}
else
{
OpenTutorial( 18 );
OpenTutorial( 19 );
OpenTutorial( 20 );
OpenTutorial( 21 );
using var bar = ImRaii.TabBar( string.Empty, ImGuiTabBarFlags.NoTooltip );
SetupSizes();
_settingsTab.Draw();