File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 3 files changed +17
-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
+ ## [ 2.1.3]
6
+
7
+ - Support for several walkzones in a scene. Now walkzones are also actors.
8
+ - Added icons to translate, scale and rotate actors in editor.
9
+ - Android: Added runtime permission query when necessary to make expansion files work in newer android apis.
10
+ - EDITOR: Added play in fullscreen option.
11
+ - Added talking text position to characters.
12
+ - Update Blade Ink to v0.5.1.
13
+ - FIX: Reset pointer always when updating UI to avoid showing last pointer when changing scene.
14
+ - FIX: Bad bubble alignment showing small texts.
15
+ - FIX: Bug creating/deleting chapters in editor.
16
+ - FIX: The current scene was setting twice when loading a saved game triggering an error.
17
+ - FIX: The dialog option was showing for 1 frame when autoselected enabled.
18
+
5
19
## [ 2.1.2]
6
20
7
21
- Sprite Actors can have different scales in X and Y axis allowing unproportional scaling.
Original file line number Diff line number Diff line change 1
1
androidAPILevel =27
2
2
androidGradlePluginVersion =3.1.0
3
- bladeInkVersion =0.5.0
3
+ bladeInkVersion =0.5.1
4
4
buildToolsVersion =27.0.3
5
5
libgdxVersion =1.9.8
6
6
roboVMGradlePluginVersion =2.3.3
7
7
roboVMVersion =2.3.3
8
- version =2.1.3-SNAPSHOT
8
+ version =2.1.3
Original file line number Diff line number Diff line change 1
- version =2.1.3-SNAPSHOT
1
+ version =2.1.3
2
2
libgdxVersion =1.9.8
3
3
roboVMVersion =2.3.3
4
4
roboVMGradlePluginVersion =2.3.3
You can’t perform that action at this time.
0 commit comments