From aac6dded161d548eb0d043a94ec25a60bce83dd3 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Thu, 14 Sep 2023 17:17:51 -0400 Subject: [PATCH] Add Orchestrator plug-in (#295) (#296) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c356d3f..23a2607 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [InGrid](https://github.com/Larpon/ingrid) - Infinite scrolling grid (Godot 3.x). - [Input Helper](https://github.com/nathanhoad/godot_input_helper) - A helper for detecting input devices and remapping controls (Godot 3.x, 4.x). - [obs-websocket-gd](https://github.com/you-win/obs-websocket-gd) - Script and editor plugin to control Open Broadcaster Software from Godot via obs-websocket (Godot 3.x). +- [Orchestrator](https://github.com/Vahera/godot-orchestrator) - Dialog and visual-scripting subsystem for 2D and 3D games (Godot 4.x). - [Ridiculous Coding](https://github.com/jotson/ridiculous_coding) - Makes your coding experience in Godot 1000× more ridiculous (Godot 3.x). - [Scene Manager](https://github.com/glass-brick/Scene-Manager) - Make nice and customizable scene transitions in one line of code (Godot 3.x, 4.0.alpha). - [Scrolling Background](https://github.com/dploeger/godot-scrollingbackground) - A scrolling background node (Godot 2.1,3.x).