diff options
author | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-28 09:39:56 +0200 |
---|---|---|
committer | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-28 09:39:56 +0200 |
commit | e41976ab86c07d0dae1f54b462006c3ca16a53ba (patch) | |
tree | 102f37b7768f993c0b7cd3d4a8614a80ce91359e /nGJ2019/Assets/Scripts/Messenger.cs | |
parent | 8dfb13aaeb6757ddc7db848d1d8cd0cf8476d273 (diff) | |
parent | 75c104ad73cfcadebf2bcc4c012e18135666f535 (diff) |
merge
Diffstat (limited to 'nGJ2019/Assets/Scripts/Messenger.cs')
-rw-r--r-- | nGJ2019/Assets/Scripts/Messenger.cs | 2 |
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;
|