How to make pixel textures look sharp in game? (SOLVED)

I want this

to look like this while in game Is it possible and if so how can I do it?

Yes, open your project settings (game.project-file) and under “graphics” you will find:

default_texture_min_filter
default_texture_mag_filter

change both to “nearest” (you have to write “nearest” in the fields manually)
I always do this in my games. Pixel perfection for the win :slight_smile:

5 Likes

Yesss! Thank you so much!

1 Like

Seems, that it’s not working for Editor 2. Is there any other methods to fix it?

Hi @Winged_Drake!

It works for me at least in Editor 2 (I just verified in my project)
Are you setting these options?

2 Likes

Yes, it was set long ago, since I was working on this project in Editor 1, but in Editor 2 the same project produces different picture in editor. Anyway thanks for creating an issue.

1 Like