Skip to content

Commit 77e5e90

Browse files
committed
1.4.1 fix
1 parent fccf69e commit 77e5e90

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create dialogs, characters and scenes to display conversations in your Godot gam
1111

1212

1313

14-
# Version 1.4 - Curves Ahead ![Godot v3.4](https://img.shields.io/badge/godot-v3.4-%23478cbf)
14+
# Version 1.4.1 - Curves Ahead ![Godot v3.4](https://img.shields.io/badge/godot-v3.4-%23478cbf)
1515

1616
## Getting started
1717

addons/dialogic/Documentation/Content/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.4.1 - Animations hotfix
4+
- Portrait-Animation fixes:
5+
Because the animations should work both with Controls and Node2Ds, just using node.scale won't work. Now they all use DialogicAnimaPropertiesHelper.get_scale(node), which will automatically use the correct one. [[Jowan-Spooner](https://github.com/Jowan-Spooner)]. Thanks a lot to @[zaknafean](https://github.com/zaknafean)
6+
7+
38
## v1.4 - Curves Ahead
49
#### Events
510
- Wait seconds event can now be set to be skipped with the user's action [[SimonLammer](https://github.com/SimonLammer)]

addons/dialogic/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name="Dialogic"
44
description="Create dialogs, characters and scenes to display conversations in your Godot games.
55
https://github.com/coppolaemilio/dialogic"
66
author="Emilio Coppola, Jowan Spooner, and more!"
7-
version="1.4"
7+
version="1.4.1"
88
script="plugin.gd"

0 commit comments

Comments
 (0)