File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +12
-3
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
+ ## [ 1.2.6]
6
+
7
+ - Actors in inventory can be animated now.
8
+ - Added UI actors: Actors that stays in all scenes not affected by scrolling nor any other scene camera effect. Normally used to create UI buttons.
9
+ - Multiline texts can have a voice file per line using a '#' mark in each line.
10
+ - Check for Ink engine errors after each line.
11
+ - FIX: SpineRenderer serialization error when loading.
12
+ - FIX: error loading objects in inventory when they have changed from layer.
13
+
5
14
## [ 1.2.5]
6
15
7
16
- Update Robovm to v2.3.1 fixing problems with the latest XCode update.
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.0
9
9
roboVMVersion =2.3.1
10
- version =1.2.6-SNAPSHOT
10
+ version =1.2.6
Original file line number Diff line number Diff line change 1
- version =1.2.6-SNAPSHOT
1
+ version =1.2.6
2
2
libgdxVersion =1.9.6
3
3
roboVMVersion =2.3.1
4
- roboVMGradlePluginVersion =2.3.0
4
+ roboVMGradlePluginVersion =2.3.1
5
5
buildToolsVersion =23.0.3
6
6
androidAPILevel =23
7
7
androidGradlePluginVersion =1.5.0
You can’t perform that action at this time.
0 commit comments