Hello,
I'm having issues Anchoring my sprite top left of my window.
First off, this is for mobile, so screen size will need to be responsive, I'm currently using Inner-Scale. I just want to simply Anchor my sprite top left, when I do this - it appears cut off on most screen sizes.
I tried doing it via an event sheet too: Btn_Sprite.Position (0,0). But because I have inner crop, the sides are occasionally cut off with certain screen. How can I make an event for this to take into account the inner crop?
My console says that my Window Width = 640, and my Layout Width = 800. However, my actual screen size is 320 (google debug screen). When I run this, my sprite is too far off to the left.