Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nezvers/godot_cutscene_system
- Owner: nezvers
- License: mit
- Created: 2020-03-18T14:16:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T18:04:19.000Z (9 months ago)
- Last Synced: 2024-10-11T11:09:09.907Z (3 months ago)
- Topics: cutscene, godot, godot-cutscene, plugin, system
- Language: GDScript
- Size: 23.4 KB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.