File tree 3 files changed +8
-2
lines changed
adventure-editor/src/main/resources
3 files changed +8
-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
+ ## [ 3.2.4]
6
+ - Added more external functions for Ink.
7
+ - Added support to load/save game preferences.
8
+ - Scale and Rotate actions now work with ui actors.
9
+ - Many bugs fixed.
10
+
5
11
## [ 3.2.3]
6
12
- Added "initVerb" param to the "Leave" action. This verb will be executed if set instead of the "init" verb.
7
13
- Now, the "init" verb doesn't run if the "test" verb is executed.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ buildToolsVersion=29.0.2
5
5
libgdxVersion =1.9.10
6
6
roboVMGradlePluginVersion =2.3.7
7
7
roboVMVersion =2.3.8
8
- version =3.2.4-SNAPSHOT
8
+ version =3.2.4
Original file line number Diff line number Diff line change 1
- version =3.2.4-SNAPSHOT
1
+ version =3.2.4
2
2
libgdxVersion =1.9.10
3
3
roboVMVersion =2.3.8
4
4
roboVMGradlePluginVersion =2.3.7
You can’t perform that action at this time.
0 commit comments