mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Add Tutorials.
This commit is contained in:
parent
2412e3be08
commit
769f54e8dd
12 changed files with 197 additions and 46 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue