godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.35k stars 21.06k forks source link

Texture filter not affecting TextureRegion editor #54502

Closed floppyhammer closed 1 year ago

floppyhammer commented 2 years ago

Godot version

v4.0.dev.custom_build [455e02772]

System information

Windows 11, Vulkan Clustered

Issue description

Texture in the TextureRegion editor is still blurred, which makes it hard to operate on pixel art pictures.

image

Steps to reproduce

Create a Sprite2D and drag a pixel art picture into it, enable region and edit it.

Minimal reproduction project

No response

akien-mga commented 1 year ago

Seems fixed in 4.0 RC 1.

image