From 8db39efb58e68f57404ec204f9dbe15e6157f1b0 Mon Sep 17 00:00:00 2001 From: Mikkel Bybjerg Date: Sat, 27 Apr 2019 04:25:13 +0200 Subject: basic timeline spawning --- nGJ2019/Assets/Scripts/EventTimeline.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGJ2019/Assets/Scripts/EventTimeline.cs') diff --git a/nGJ2019/Assets/Scripts/EventTimeline.cs b/nGJ2019/Assets/Scripts/EventTimeline.cs index c6f2c24..1aef359 100644 --- a/nGJ2019/Assets/Scripts/EventTimeline.cs +++ b/nGJ2019/Assets/Scripts/EventTimeline.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; public class EventTimeline { - public enum SpawnEventType {wall, enemy}; + public enum SpawnEventType {alfa, beta}; public class SpawnEvent { -- cgit v1.2.3