We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def719a commit e45e5f6Copy full SHA for e45e5f6
CHANGELOG.md
@@ -4,6 +4,16 @@ index: 4
4
lang: en
5
---
6
7
+## 4.14.0
8
+
9
+- 🚀 Feat: Add `enableYSort`-method to the stage. This sorts all sprites regarding their y-coordinate.
10
11
+```java
12
+Stage stage = new Stage();
13
+stage.enableYSort();
14
+```
15
16
17
## 4.13.0
18
19
- Update dependencies
resources/build.properties
@@ -40,7 +40,7 @@ author.url=https://openpatch.org
40
# This is NOT a direct link to where to download it.
41
42
library.url=https://github.com/openpatch/scratch-for-java
43
-library.version=4.13.0
+library.version=4.14.0
44
45
46
# Set the category (or categories) of your Library from the following list:
0 commit comments