File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +16
-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.2]
6
+
7
+ - Added I18N support to Text Actors.
8
+ - New AlphaAnimation action to animate the alpha channel of sprite actors.
9
+ - Added 'orgAlign' to Sprite Actors to set the origin for scale and rotation.
10
+ - Updated library libgdx to v1.9.6
11
+ - AnimationRenderer refactor.
12
+ - Added text align to text actors.
13
+ - FIX: tint for text actors not working.
14
+ - FIX: Error saving/loading tweens state.
15
+ - EDITOR: Added icons for text and particle actors.
16
+ - EDITOR FIX: Problem when changing id to animations.
17
+
5
18
## [ 1.2.1]
6
19
7
20
- Added music support to the default Menu screen.
Original file line number Diff line number Diff line change 1
1
# Autogenerated by build.gradle
2
- # Wed Mar 08 12:22:02 CET 2017
2
+ # Sat Mar 11 12:35:51 CET 2017
3
3
roboVMVersion =2.3.0
4
4
gwtVersion =2.8.0
5
5
libgdxVersion =1.9.6
6
6
androidAPILevel =23
7
7
bladeInkVersion =0.4.0
8
8
buildToolsVersion =23.0.3
9
9
roboVMGradlePluginVersion =2.3.0
10
- version =1.2.2-SNAPSHOT
10
+ version =1.2.2
11
11
gwtGradlePluginVersion =0.6
12
12
androidGradlePluginVersion =1.5.0
Original file line number Diff line number Diff line change 1
- version =1.2.2-SNAPSHOT
1
+ version =1.2.2
2
2
libgdxVersion =1.9.6
3
3
roboVMVersion =2.3.0
4
4
roboVMGradlePluginVersion =2.3.0
You can’t perform that action at this time.
0 commit comments