We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7855d1 commit b359f05Copy full SHA for b359f05
README.md
@@ -1,4 +1,4 @@
1
-# Simple Dialog Addon v0.2
+# Simple Dialog Addon v0.3
2
A simple Godot dialog addon to use in any kind of project.
3
4

@@ -37,6 +37,7 @@ v0.1 - Release
37
38
## Credits
39
Code made by [Emilio Coppola](https://github.com/coppolaemilio).
40
+Contributors: [Tom Glenn](https://github.com/tomglenn)
41
42
Placeholder images are from Toen's YouTube DF series:
43
- https://toen.world/
addons/dialogs/plugin.cfg
@@ -3,5 +3,5 @@
name="Dialog System"
description="Create dialogs to display text."
5
author="Emilio Coppola"
6
-version="0.1"
+version="0.3"
7
script="dialog.gd"
0 commit comments