A minimalistic dialogue engine for the Godot Game Engine.
- 🌲 Create dialogue trees with multiple choices and conditions
- 📚 Simple to use -- just write the dialogue in GDScript
- 🎨 Easy to customize -- bring your own GUI nodes
- 🛠️ Automated dialogue graphing for easy debugging
- Godot 4.2.1+
- Clone/download the repository and check out the demos!
Download or clone this repository and copy the contents of the
addons
folder to your own project's addons
folder, and enable the Dialogue Engine Viewer
plugin in the Project Settings.