Skip to content

Instantly share code, notes, and snippets.

@veeneck
Created May 4, 2018 23:28
Show Gist options
  • Save veeneck/706e605162c6dd5ab325ee3497d5b195 to your computer and use it in GitHub Desktop.
Save veeneck/706e605162c6dd5ab325ee3497d5b195 to your computer and use it in GitHub Desktop.
Example using CKCutscene
self.entity.ui?.cutscene?.addSequences(sequences: [
self.bringSpeakersIntoView(),
self.stouWarnsUnderAttack(),
self.delayForTime(time: 4),
self.barricOffersHisTroops(),
self.panCameraForFight(),
self.takeSpeakersOutOfView()
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment