przemykomo
Results
5
issues of
przemykomo
In the [documentation](https://ldtk.io/json/#ldtk-AutoRuleDef;tileRectsIds) it's stated as only used by the editor so I don't think this library should even try to parse it. It fails in my project because of...
A-Asset
C-Bug
S-Blocked
I was trying to figure out how to fix a gradle error for like 10 minutes and I forgot to add this to build.gradle: ```java java.toolchain.languageVersion = JavaLanguageVersion.of(16) ``` I...