mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Some Tutorial updates.
This commit is contained in:
parent
b3ee622396
commit
57b9f60ba3
10 changed files with 101 additions and 53 deletions
|
|
@ -36,7 +36,7 @@ public partial class ConfigWindow
|
|||
private void DrawSettingsTab()
|
||||
{
|
||||
using var tab = DrawTab( SettingsTabHeader, Tabs.Settings );
|
||||
OpenTutorial( 17 );
|
||||
OpenTutorial( BasicTutorialSteps.ModOptions );
|
||||
if( !tab )
|
||||
{
|
||||
return;
|
||||
|
|
@ -52,10 +52,10 @@ public partial class ConfigWindow
|
|||
ImGui.Dummy( _window._defaultSpace );
|
||||
_window._penumbra.Api.InvokePreSettingsPanel( _mod.ModPath.Name );
|
||||
DrawEnabledInput();
|
||||
OpenTutorial( 15 );
|
||||
OpenTutorial( BasicTutorialSteps.EnablingMods );
|
||||
ImGui.SameLine();
|
||||
DrawPriorityInput();
|
||||
OpenTutorial( 16 );
|
||||
OpenTutorial( BasicTutorialSteps.Priority );
|
||||
DrawRemoveSettings();
|
||||
ImGui.Dummy( _window._defaultSpace );
|
||||
for( var idx = 0; idx < _mod.Groups.Count; ++idx )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue