File tree 4 files changed +13
-3
lines changed
adventure-composer/src/main/resources
blade-engine/src/com/bladecoder/engine/model
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ 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
5
## [ Unreleased] [ unreleased ]
6
+
7
+ ## [ 0.7.1]
8
+ - Action refactor
9
+ - Composer: Undo support
10
+ - Composer: Fake depth vector can be setting dragging ui markers
11
+ - Actor ZIndex
12
+ - RunVerb now allows iterating over a list of verbs
13
+ - Scene cache
14
+ - SpriteActor: scale support
15
+ - SpineRenderer: Reverse animation support
6
16
- Scene layer support
7
17
8
18
## [ 0.6.9]
Original file line number Diff line number Diff line change 1
- version =0.6.9
1
+ version =0.7.1
2
2
libgdxVersion =1.5.4
3
3
roboVMVersion =1.0.0-beta-04
4
4
roboVMGradlePluginVersion =1.0.0-beta-04
Original file line number Diff line number Diff line change 47
47
48
48
public class World implements Serializable , AssetConsumer {
49
49
50
- public static final String GAMESTATE_EXT = ".gamestate.v7 " ;
50
+ public static final String GAMESTATE_EXT = ".gamestate.v8 " ;
51
51
private static final String GAMESTATE_FILENAME = "default" + GAMESTATE_EXT ;
52
52
53
53
private static final int SCREENSHOT_DEFAULT_WIDTH = 300 ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ allprojects {
2
2
apply plugin : " eclipse"
3
3
apply plugin : " idea"
4
4
5
- version = ' 0.6.9 '
5
+ version = ' 0.7.1 '
6
6
7
7
ext {
8
8
gdxVersion = ' 1.5.4'
You can’t perform that action at this time.
0 commit comments