Skip to content

Commit e45e5f6

Browse files
committed
add enableYSort
1 parent def719a commit e45e5f6

File tree

3 files changed

+172
-80
lines changed

3 files changed

+172
-80
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ index: 4
44
lang: en
55
---
66

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+
717
## 4.13.0
818

919
- Update dependencies

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ author.url=https://openpatch.org
4040
# This is NOT a direct link to where to download it.
4141

4242
library.url=https://github.com/openpatch/scratch-for-java
43-
library.version=4.13.0
43+
library.version=4.14.0
4444

4545

4646
# Set the category (or categories) of your Library from the following list:

0 commit comments

Comments
 (0)