BubbleDialogue
BubbleDialogue is a simple easy to use dialogue plugin for godot 4.2 :) I made this for my game and now i am releasing it public :)
Features
- Customizable dialogue bubbles
- User-friendly editor integration
Installation
- Download the BubbleDialogue plugin
- Copy the
addons/BubbleDialogue
folder into your Godot project - Enable the plugin in Project Settings -> Plugins
Usage
Creating a Dialogue
- Open the BubbleDialogue editor panel
- Click "New Dialogue"
- Write your dialogue in the editor:
Character1: Hello there!
Character2: Hi! How are you?
Character1: I'm doing great, thanks for asking!
- Save your dialogue
Using Dialogue in Your Game
Add a BubbleDialogue node to your scene and use the following code:
extends Node2D
@onready var bubble_dialogue = $BubbleDialogue
func _ready():
bubble_dialogue.play("YourDialogueName")
Contributing
Contributions are welcome! WWW
License
This project is licensed under the MIT License