diff options
| author | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-27 04:25:13 +0200 |
|---|---|---|
| committer | Mikkel Bybjerg <mikkel.bybjerg@hotmail.com> | 2019-04-27 04:25:13 +0200 |
| commit | 8db39efb58e68f57404ec204f9dbe15e6157f1b0 (patch) | |
| tree | d37470a9945b45d60134a36e90ec293c45895142 /nGJ2019/Assets/Scripts/EventTimeline.cs | |
| parent | b8c4567189d2d4f49d0331858519ac6455e1eb3d (diff) | |
basic timeline spawning
Diffstat (limited to 'nGJ2019/Assets/Scripts/EventTimeline.cs')
| -rw-r--r-- | nGJ2019/Assets/Scripts/EventTimeline.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |