I've made the graphical basis for a simple game with ASCII/ANSI graphics. There are three layers; one for the graphics, one for the color (which is added to the ANSI graphics via the multiply effect), and one for the collision layer.
Capx of my project is here: http://www.filedropper.com/zzttest
The problem is that the graphics look weird and 'warped' (darkened in certain spots but not others) at certain zoom levels when I demo this capx in my browser, including the normal 100% zoom browser view in Chrome. It's a problem that's hard to screenshot, even; when you look at the screenshot I took below, the problem may only be 'visible' at certain zoom levels of your browser.
I've tried everything I can in the options menu to fix this, with no luck. How can I fix this? I don't want the game to be zoomable at all even, I want it to be fullscreen or to take up a fixed amount of the screen with no graphics scaling at all. This game will be for use on computers only, never exporting to mobile devices.
Thanks for any help you can offer!