Animation speed helpers, stop on remix end (#91)

This commit is contained in:
minenice55
2022-06-06 12:54:49 -04:00
committed by GitHub
parent 52ecce8c3e
commit a4d6537f9c
5 changed files with 102 additions and 104 deletions

View File

@ -82,9 +82,12 @@ namespace HeavenStudio
// this entire thing is a mess redo it later
//pos
positionEvents = EventCaller.GetAllInGameManagerList("vfx", new string[] { "move camera" });
// legacy event
positionEvents.AddRange(EventCaller.GetAllInGameManagerList("gameManager", new string[] { "move camera" }));
//rot
rotationEvents = EventCaller.GetAllInGameManagerList("vfx", new string[] { "rotate camera" });
positionEvents.AddRange(EventCaller.GetAllInGameManagerList("gameManager", new string[] { "rotate camera" }));
//scale (TODO)
// scaleEvents = EventCaller.GetAllInGameManagerList("vfx", new string[] { "scale camera" });