aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/SaveSystem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
-rw-r--r--ShiftOS_TheReturn/SaveSystem.cs15
1 files changed, 14 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs
index 537b14e..4b5312a 100644
--- a/ShiftOS_TheReturn/SaveSystem.cs
+++ b/ShiftOS_TheReturn/SaveSystem.cs
@@ -149,11 +149,24 @@ namespace ShiftOS.Engine
Shiftorium.Init();
- while (CurrentSave.StoryPosition < 5)
+ while (CurrentSave.StoryPosition < 1)
{
}
+ if(CurrentSave.StoryPosition == 1)
+ {
+ Desktop.InvokeOnWorkerThread(new Action(() =>
+ {
+ TutorialManager.StartTutorial();
+ }));
+
+ while(CurrentSave.StoryPosition < 2)
+ {
+
+ }
+ }
+
Thread.Sleep(75);