apsillers / lords-of-the-fey

An online turn-based HTML5 game, based on Battle for Wesnoth
Other
9 stars 2 forks source link

Prevent subpixel rendering #12

Open apsillers opened 9 years ago

apsillers commented 9 years ago

Unit images and terrain tiles can be positioned at fractional coordinate positions, caused a blurred appearance. All client-side code (especially scrolling code in /static/client/scroll.js) should be revised to ensure that only whole number values are used in coordinates.