File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+
6
+ ## [ 1.2.7]
7
+ - Added secondary animation support for Spine actors.
8
+ - Added 'keepDirection' param to Animation action.
9
+ - Added 'target' actor to position in Camera action.
10
+ - Added 'LAYER' and 'IN_SCENE' params in IfAttr action.
11
+ - Updated Spine plugin to latest Spine version.
12
+ - Updated blade-ink dependency to v0.4.2
13
+ - Added title image and aligment to the menu screen.
14
+ - EDITOR: Edit Animation dialog now sets the initial source based in previous sources.
15
+
16
+
17
+
5
18
## [ 1.2.6]
6
19
7
20
- Actors in inventory can be animated now.
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ gwtVersion=2.8.0
7
7
libgdxVersion =1.9.6
8
8
roboVMGradlePluginVersion =2.3.1
9
9
roboVMVersion =2.3.1
10
- version =1.2.7-SNAPSHOT
10
+ version =1.2.7
Original file line number Diff line number Diff line change 1
- version =1.2.7-SNAPSHOT
1
+ version =1.2.7
2
2
libgdxVersion =1.9.6
3
3
roboVMVersion =2.3.1
4
4
roboVMGradlePluginVersion =2.3.1
You can’t perform that action at this time.
0 commit comments