Images blurred again

Monkey Targets Forums/HTML5/Images blurred again

Yoda(Posted 2014) [#1]
Updated to the newest version, and now when compiling my games, all the images are blurred again (due to enlargement) - it hasn't been like this before.

What changed? How to disable the blurring?

This doesn't work:
#MOJO_IMAGE_FILTERING_ENABLED=False


Landon(Posted 2014) [#2]
if i remember correctly there was a change that had to be made to the native js code in the mojo module, it's on the forums here somewhere i just have to look.


Yoda(Posted 2014) [#3]
Yes, me too, but I didn't find it anymore.


GW_(Posted 2014) [#4]
https://github.com/devolonter/mojo-html5-gl


FBEpyon(Posted 2014) [#5]
Can I ask what version of Monkey still supports the #MOJO_IMAGE_FILTERING_ENABLED=False option for HTML5?



From what i can see if the main.js file I have it should be filtering my images, but it does :(

*EDIT*

Doesn't look like anything is enabled in the main code :(


MikeHart(Posted 2014) [#6]
Setting the filtering was never an option in the HTML5 target.


FBEpyon(Posted 2014) [#7]
https://plus.google.com/108706347062453283103/posts/XjiLWmAFzCH ... as you can tell there is filtering because if I do that same thing in Desktop its fine.. :(