Edit of asset "GoBoxDialog" Accepted

Old/Current New/Edit
Title GoBoxDialog GoBoxDialog
Description A ready-to-go dialog box for use in godot engine.

## Description

This plugin will add a new node called DialogBox.
By default, the dialog box will wait for ui_accept. This can be changed in DialogBox.gd.
The user can hold the ui_accept button to fast forward through the dialog.

### Signals
* dialog_complete - Signal emitted when all dialog has been parsed through by the user

### Functions
* get_history() - Returns history as a string of text
* clear_history() - Clears current history
* set_input_disabled(disabled: bool) - Box will accept input based on whether it is true or false
* set_actor_name(name: String) - Sets the name that will appear over the box. Set blank if no name is desired.
* queue_lines() - Queues any number of lines to go into an animation cycle of the box. If the text does not fit, it will automatically be broken up for the current cycle.
A ready-to-go dialog box for use in godot engine.

## Description

This plugin will add a new node called DialogBox.
By default, the dialog box will wait for ui_accept. This can be changed in DialogBox.gd.
The user can hold the ui_accept button to fast forward through the dialog.

### Signals
* dialog_complete - Signal emitted when all dialog has been parsed through by the user

### Functions
* get_history() - Returns history as a string of text
* clear_history() - Clears current history
* set_input_disabled(disabled: bool) - Box will accept input based on whether it is true or false
* set_actor_name(name: String) - Sets the name that will appear over the box. Set blank if no name is desired.
* queue_lines() - Queues any number of lines to go into an animation cycle of the box. If the text does not fit, it will automatically be broken up for the current cycle.
Category 2D Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/K0RIS/GoBoxDialog https://github.com/K0RIS/GoBoxDialog
Issues Url https://github.com/K0RIS/GoBoxDialog/issues https://github.com/K0RIS/GoBoxDialog/issues
Godot version Godot 4.2
Version String 1.1 1.1
Download Commit 954bb256a6df71c3a042c4f37636dfcc8d4b1327 954bb256a6df71c3a042c4f37636dfcc8d4b1327
Download Url (Computed) https://github.com/K0RIS/GoBoxDialog/archive/954bb256a6df71c3a042c4f37636dfcc8d4b1327.zip https://github.com/K0RIS/GoBoxDialog/archive/954bb256a6df71c3a042c4f37636dfcc8d4b1327.zip
Icon Url https://i.postimg.cc/44Sdxk8L/output-onlinepngtools.png