Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nezvers/godot_cutscene_system

Scriptable cutscene system
https://github.com/nezvers/godot_cutscene_system

cutscene godot godot-cutscene plugin system

Last synced: 2 months ago
JSON representation

Scriptable cutscene system

Awesome Lists containing this project

README

        

# 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.