Skip to content

Commit e3559c4

Browse files
committed
Update README.md
1 parent c5bafbf commit e3559c4

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# Dialogic - Release Candidate v1.0 ![Godot v3.3](https://img.shields.io/badge/godot-v3.3-%23478cbf)
1+
# Dialogic - v1.0 ![Godot v3.3](https://img.shields.io/badge/godot-v3.3-%23478cbf)
22
Create dialogs, characters and scenes to display conversations in your Godot games.
33

44
![Screenshot](https://coppolaemilio.com/images/dialogic/dialogic-hero.png?v2)
55

6-
⚠️ Under development! ⚠️
7-
8-
The plugin is not production ready, this means that it will not work in your game right now unless you know what you are doing. Make sure to follow the repo for the next update.
9-
10-
---
116

127
## Contents
138

@@ -22,7 +17,7 @@ The plugin is not production ready, this means that it will not work in your gam
2217

2318
## 🆕 Changelog
2419

25-
### v1.0 - WIP
20+
### v1.0 - We made it! 🎉
2621
- When upgrading from 0.9 to the current version things might not work as expected:
2722
-**PLEASE MAKE A BACKUP OF YOUR PROJECT BEFORE UPGRADING**
2823
- Glossary variables will be lost
@@ -32,6 +27,11 @@ The plugin is not production ready, this means that it will not work in your gam
3227
- All editors in the same screen. Say goodbye to tabs!
3328
- You can now rename resources by double clicking them
3429
- New Settings panel for advanced properties
30+
- Settings:
31+
- Re-added the auto color for character names in text messages
32+
- Removing empty Text Event from timelines
33+
- New lines to create new Text Event messages
34+
- Propagation of input to the rest of the Tree
3535
- Character Editor:
3636
- Set the scale of your character's portrait
3737
- Add offset to the portrait
@@ -54,18 +54,13 @@ The plugin is not production ready, this means that it will not work in your gam
5454
- Dynamic types! All variables are just dynamic, so they can be ints, floats or strings.
5555
- The name of a character can be set to be a definition.
5656
- You can display definition values in a Text Event by doing: `[definition name here]`.
57-
- Settings:
58-
- Re-added the auto color for character names in text messages
59-
- Removing empty Text Event from timelines
60-
- New lines to create new Text Event messages
61-
- Propagation of input to the rest of the Tree
6257
- Fixed many resource issues with exported games
6358
- New icons all around.
6459
- Added some basic light theme support. This is not finished, but it is on a much better state than before.
6560
- The events now emit signals. Thank you [Jesse Lieberg](https://github.com/GammaGames) for your first contribution!
6661
- Special thanks to [Arnaud Vergnet](https://github.com/arnaudvergnet) for all your work in improving Definitions, conditional events and many more! 🙇‍♂️
6762

68-
To view the full changelog [click here](https://github.com/coppolaemilio/dialogic/blob/master/CHANGELOG.md).
63+
To view previous changes [click here](https://github.com/coppolaemilio/dialogic/blob/master/CHANGELOG.md).
6964

7065
---
7166

0 commit comments

Comments
 (0)