Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

ARE YOUR SPRITES BLURY IN GODOT ?

For pixel art in godot you will need to change the texture renderign as Godot will attempt to smopth pxiel art.

To fix this:

  1. Navigate to project in the top left.
  2. Project settings.
  3. Go to rendering .
  4. Then go to textures.
  5. Change defualt texture filter to Nearest.

And boom, your pixel art should be sharp and crip now.

If you need visial help to do this Bracky has an easy to follow example here: at 11:11