Meternik While I was making a game called "Flying Guns", a pixel art game, I imported some images(png) and I wanted to remove the filter godot provides but there wasn't an option. Screenshot: I will appreciate any help
xyz For all canvas items that have textures you can set filtering mode in the inspector in CanvasItem/Texture/Filter. It can be also set per texture sampler uniform in custom shaders via filter_* hint.