Skip to content

nezvers/Godot_cutscene_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Godot_cutscene_system

Scriptable cutscene system.
Allows easy procedural cutscene creation.
Extendable pattern functions.
All you need is Cutscene Singleton in Autoload folder. It contains Pattern class that's used for scripting cutscenes.
Project itself contain simple example how you can use triggers and inside it has example how to use Pattern scripting.