Skip to content

Commit ecba0c2

Browse files
committed
Update README.md
adding links to videos
1 parent fcb67df commit ecba0c2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ Create dialogs, characters and scenes to display conversations in your Godot gam
44
![Screenshot](https://coppolaemilio.com/images/dialogic/dialogic05.png)
55

66
## ⚠️ Under development! ⚠️
7-
The plugin is not working right now, make sure to follow the repo for the next update.
7+
The plugin is not production ready, make sure to follow the repo for the next update.
88

99

1010
## Changelog
11-
v0.5 - WIP
11+
v0.5 - Indentation Magic
12+
- Video: https://youtu.be/mrTyWy2TJOM
1213
- Added new events:
1314
- Choice
14-
- End Choice
15+
- End branch
1516
- Change Timeline
1617
- You can now drag and drop events in a timeline
1718
- Made new icons for the editor tabs
@@ -20,12 +21,14 @@ v0.5 - WIP
2021
- Changed event default colors
2122

2223
v0.4 - Dialogic
24+
- Video: https://youtu.be/Hf_gywa6vZE
2325
- Changed how the main editor works, instead of being a graphedit it is now an event timeline.
2426
- Renamed the plugin to Dialogic. Thanks to Òscar for always knowing how to name things.
2527
- Moved all data to .json files
2628
- Broke the addon for working. Nice :)
2729

2830
v0.3 - Using Resources
31+
- Video: https://youtu.be/PzzOE4LbGAo
2932
- Removed requirement for `global.gd` and `characters.gd` autoload scripts.
3033
- Added `DialogResource` and `DialogCharacterResource` resources to create a cleaner way of specifying dialog content
3134
- Added icon to the existing dialog node.
@@ -38,7 +41,7 @@ v0.2 - Adding Characters:
3841
- Curly brackets introduced for character names.
3942

4043
v0.1 - Release
41-
- You can watch the presentation video here https://www.youtube.com/watch?v=TXmf4FP8OCA
44+
- You can watch the presentation video here https://youtu.be/TXmf4FP8OCA
4245
---
4346

4447
## Credits

0 commit comments

Comments
 (0)