Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Very cool game,but i wonder how can you rotate the characters in godot and they don't lok clitchy? Is because of the resolution(is it like 64x64?) cuz if rotate my 16x16 chracaters they look bad 

(+1)

If you're trying to prevent sprites from snapping to pixels, setting stretch mode to canvas_items in project settings (display -> window -> stretch) will solve that

Thanks