bladecoder / bladecoder-adventure-engine

Classic point and click adventure game engine and editor
Apache License 2.0
602 stars 65 forks source link

Any way to disable anti aliasing? #46

Closed LeadheadOnline closed 4 years ago

LeadheadOnline commented 4 years ago

For my first project, I'm working on a low res (114x64) pixel art game, and I was wondering if there was a way to disable anti aliasing? image

All my pixel art is being scaled up to fullscreen perfectly fine, but it get's this horrible blur, unless I scale it up manually to 1920x1080, which of course drastically increases my file sizes.

Thanks a ton! This seems like the only engine I have a chance of making something with!

bladecoder commented 4 years ago

Yes, choose the nearest filter when creating the atlases.

image