aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@gmail.com>2019-04-28 09:30:42 +0200
committermarcinzelent <zelent.marcin@gmail.com>2019-04-28 09:30:42 +0200
commitbbd0b44cbbacae2eb2798ff9ffd087b6eee5352c (patch)
tree3294e6edfb715a86d7967fd3e478fdeaaac1eddd /nGJ2019/Assets/Scripts/Messenger.cs
parent85441632d65425bdcaa76097e44e1f6f1f3bae7f (diff)
Added redirection from tutorial to level 1
Diffstat (limited to 'nGJ2019/Assets/Scripts/Messenger.cs')
-rw-r--r--nGJ2019/Assets/Scripts/Messenger.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/nGJ2019/Assets/Scripts/Messenger.cs b/nGJ2019/Assets/Scripts/Messenger.cs
index a1935fd..b26fd74 100644
--- a/nGJ2019/Assets/Scripts/Messenger.cs
+++ b/nGJ2019/Assets/Scripts/Messenger.cs
@@ -25,6 +25,8 @@ public class Messenger : MonoBehaviour
timeline.Add(43, "");
timeline.Add(55, "PRESS K TO SPLIT INTO PARTICLES AND GO THROUGH THE NET");
timeline.Add(59, "");
+ timeline.Add(62, "CONGRATULATIONS, YOU FINISHED THE TUTORIAL");
+ timeline.Add(65, "YOU CAN NOW TEST YOUR SKILL IN A REAL LEVEL");
}
timeline.OnMessageEvent += MessageOnEvent;