Port to screen
Monkey Forums/Monkey Programming/Port to screen
| ||
Hi there I have a little question about making zoom to my apps made in monkey, is there anyway to make a port to screen (like for example game maker) that alows to zoom graphics without viewing them blurry just pixelated this is an example ![]() The only way to zoom images is using the setScale ? Thanks |
| ||
Depending on the target you're using, you can disable image filtering. |
| ||
I'm pretty sure it's not in mojo as it would have to be available on all platforms. Maybe you can set the scaling mode on some platforms to do this. |
| ||
@Gerry: it's in there for targets that support it properly:' VERSION.TXT - ***** V52(b) ***** mojo.graphics - added support for IMAGE_FILTERING_ENABLED to appropriate targets. See CONFIG.TXT files. I'm pretty sure Chrome is still the only browser that doesn't provide a way to disable image filtering still (well, it does, but it's broken and has been for a long time). |
| ||
Thanks, due to n0ot every target allows this i opted to made it to my resources in a graphuc ecditor, many thanks |