-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi. I made a skin for ANeko which can be found here. I have an issue with it, it detects it is at the right border of the screen when it is not, and gets teleported to another point of the screen then does the scratch the wall animation
aneko.issue.mp4
If I remove those optional animations from the skin.xml, then it works fine.
I don't know why this is caused. I checked your niko-oneshot skin repo. The main difference I see its that your skin sprites have a low resolution (around 20 pixels wide for example) meanwhile mine are larger (300px). I checked another project that had around the same resoution as mine. This skin doesn't have those optional animations, and doesn't have that bug. But if I add the scratch the wall animations to its skin.xml and then build the apk, it has the same problem, the slime teleports too. So I think this is caused by the size of the sprites. Or maybe I am building the apk incorrectly?