This commit is contained in:
2024-09-07 15:01:45 -07:00
parent fbaf698852
commit b470a9d2fe
116 changed files with 15968 additions and 24 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# Dialogue Engine
<img src="icon.svg" width="128" height="128">
A minimalistic dialogue engine for the Godot Game Engine.
## ✨ Features
- 🌲 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
## ⚡️ Requirements
- Godot 4.2.1+
## 🚀 Getting Started
- Clone/[download](https://github.com/Rubonnek/godot-dialogue-engine/archive/refs/heads/master.zip) the repository and check out the demos!
## 📦 Installation
[Download](https://github.com/Rubonnek/godot-dialogue-engine/archive/refs/heads/master.zip) 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.