Hello! I'm making a 3D game with a pixely aesthetic. When importing a 32x32 png, Godot performs linear filtering, causing the result to be blurry. There's several documented ways of fixing this out there, typically boiling down to setting the texture filtering to Nearest. I've found as much even about Godot 4.
However, I don't seem to have the option at all! The two places I'd expect it to be, on the texture object and in the file import settings, I can't set it at all. I've also set the default texture filtering to be Nearest in my project settings, but it doesn't appear to do anything for the few textures I have, even after re-importing them.
Here's the options I'm getting:
I have the nagging suspicion I might be missing something very obvious, but I'm drawing a blank. Anyone have any ideas?