Mi Bubble Dialogue 2D screenshot 1
M

Publisher

miisan

Mi Bubble Dialogue 2D

2D
Dialogue Customizable UI Interaction Components Creation Feedback Tutorial

BubbleDialogue is a simple easy to use bubble dialogue plugin It Features: Customizable dialogue bubbles User-friendly custom dialogue editor integration

BubbleDialogue

BubbleDialogue Logo

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

  1. Download the BubbleDialogue plugin
  2. Copy the addons/BubbleDialogue folder into your Godot project
  3. Enable the plugin in Project Settings -> Plugins

Usage

Creating a Dialogue

  1. Open the BubbleDialogue editor panel
  2. Click "New Dialogue"
  3. Write your dialogue in the editor:
Character1: Hello there!
Character2: Hi! How are you?
Character1: I'm doing great, thanks for asking!
  1. Save your dialogue

Dialogue Example

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