issue importing pixel art into godot.
Asked Answered
L

2

0

When I import pixel art into godot, it comes out distorted. Pay attention to the center of the sprite to see what im saying.

Im using arch linux. If you need more information I will be happy to provide.

How would I fix this issue?
Before:

After:

Leigha answered 9/12, 2023 at 23:31 Comment(0)
V
0

Hard to tell from the image.
But you need to use Linear filter for pixel art.
And make sure every image dimension is divisible by 2, no odd-size textures

Also double-check your color-space

Valdes answered 9/12, 2023 at 23:55 Comment(0)
L
0

Valdes
had to upscale the image (which I was originally avoiding to save space.) but overall it works now.

Leigha answered 10/12, 2023 at 1:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.