From 80cff62241a7e10e46d54ba62648076e93a734a1 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Sun, 28 Apr 2019 03:40:14 +0200 Subject: Added title screen --- nGJ2019/Assets/Scripts/Messenger.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nGJ2019/Assets/Scripts/Messenger.cs') diff --git a/nGJ2019/Assets/Scripts/Messenger.cs b/nGJ2019/Assets/Scripts/Messenger.cs index 21d2f8d..c86bcce 100644 --- a/nGJ2019/Assets/Scripts/Messenger.cs +++ b/nGJ2019/Assets/Scripts/Messenger.cs @@ -15,8 +15,8 @@ public class Messenger : MonoBehaviour { timeline = Spawner.GetEventTimeline(); - timeline.Add(1, "Test"); - timeline.Add(3, ""); + //timeline.Add(1, "Test"); + //timeline.Add(3, ""); timeline.OnMessageEvent += MessageOnEvent; } -- cgit v1.2.3