captain-holetooth
captain-holetooth copied to clipboard
Simple dialogue system
Keep in mind:
- Simple so that even I can understand it
- Very simple branching of conversations
- Suitable for younger players (I'm thinking of icons like "yes" = "head nodding animation PNG"
- Maybe possibility to add simple icons like I mentioned above
DRAFT, need to go :(
Is this something we can use or build up? https://github.com/brunosxs/SMRT-Godot
I've implemented something. Right now only one line of text works, but that should be fine for kids
You can use a separate scene for a dialog tree and instance it when the dialogue starts.
Yes, I want it to be more flexible so that I can call it from any NPC and NOT have it attached to each NPC.