Trick on the Class: flying objects

This commit is contained in:
minenice55
2022-04-10 18:29:31 -04:00
parent 51c529a16f
commit beeb309e26
3 changed files with 136 additions and 41 deletions

View File

@ -80,6 +80,8 @@ namespace HeavenStudio.Games
thinker.startBeat = beat;
thinker.flyType = isPlane;
thinker.curve = curve;
mobj.SetActive(true);
}
}
}