-
Notifications
You must be signed in to change notification settings - Fork 1
caimantilla/godot-flow-script
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Visual scripting solution for Godot 4.3+. Not for scripting game mechanics! Instead, you write game-specific nodes for scripting levels, NPCs, dialogues, stuff like that. Simple behaviors. You also need to set up your own class which extends FlowBridge and implements the necessary methods. This is your script instance. The recommended usage is to extend it for level-specific text scripting where needed, so it functions as a general game scripting layer.
About
Easy-to-use visual scripting plugin for Godot game engine.