#It autocorrects it to the nearest whole

1 messages ยท Page 1 of 1 (latest)

open oar
#

Yeah, I got it when I face the image again. This is a 2D Sprite game

#

Unfortunelly I don't have any experience with 2D games ;-;

My tip for you is change the source UV for a non-multiple by 2 number, and set the custom pivot point to the "middle rest number".

eg:. Your image have 21x21 px, you need to set up the pivot point to 11, because is the middle pixel in your image ๐Ÿ™‚

#

Try this and send your results ๐Ÿ™‚

dusty vortex
#

Okay, I'll give that a try!

open oar
#

Yeah, your problem is because your image isn't in the right resolution

#

Go to the photoshop (or the software you used to create this sprite) and increase the image to 32x32px

dusty vortex
#

I gotcha, with this test, and the info the others gave me, I figured it out. I really wish Paper2D had support for center of pixel pivot points though, that would solve this problem.