Hi. How would I go about centering the pause menu in my game if I had a moving 'camera'?
I've attached a ScrollTo behavior to an empty sprite and, by using lerp(), this acts as my camera. However, this causes a problem when creating the pause menu. I can make it so the pause menu is always on screen but how would I make it constantly centred?