Okay, so I have a minimap almost done, but there's one problem.
I am setting it up so you can click on the map to scroll to that area.
I am following this tutorial here: https://www.scirra.com/tutorials/271/ve ... nteraction
It works absolutely fine on scale integer, but when I set the game to say "scale outer" and run it full screen in Chrome, it no longer works.
It will, however, still work if I resize Chrome to make the game the same size as scale integer (so the "actual" size of the game I guess). It is 720p.
Here is a picture of some of the code if it will help. I set up a camera sprite icon to help me see things for testing purposes.
So yeah, basically I want to be able to scroll to a position by clicking the minimap even when the game is run at non-integer sizes. I thought that LayoutScale would do something, but it only says "1" every time I look at it, so that's not helpful.
Surely, I'm missing something simple. Let me know if you need anymore information because I'm not sure what is causing the problem, or at least what variable or number I need to put in there to fix it.