How do I disable antialiasing in my whole project?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Lulink

I’d like to use 1:1 sprites but keep the option to upscale my window without loosing the sharp look. I can’t find the right options, for some reason, but I’m sure it’s possible to do, right? I’m using Godot 3.0 BTW.

Thanks in advance.

I’m keen on this too. I have to keep re-importing my assetts every single time and it does my head in. There used to be a setting for the project but I can’t find it anymore.

Robster | 2018-02-24 00:34

Yeah, they took away the texture import settings from what I can tell. The only way I can figure out how to do this is by re-importing each texture using the “import tab” next to scenes. Not ideal, and annoying that you have to do it with each imported texture… But it’s quick and it works. If anyone has a way of doing this globally, please answer this question.

behelit | 2018-02-24 09:47

:bust_in_silhouette: Reply From: gswashburn

If you store all your images in a single folder, then you can shift-highlight (select them all), make changes on import tab and click “Reimport” button. It should list the number of files selected at the top of the import tab and you’ll see the import progress bar going through all images.