Hey there!
I've changed my window size so that it can display full-screen regardless of window size, however I've now run into an issue. I initially had an action that would generate a piece of text that would display at the center of the screen. Since the screen size has changed, however, I need a way to have my piece of text positioned at the center of the screen. How would I go about doing this?
My initial action was System: Create object (text) on layer 2 (the HUD layer--this layer doesn't move regardless of anything happening in-game) at (275, 400)
EDIT: I've already tried examples such as WindowWidth/Height, self.Width/Height, Anchoring, etc., all of which to no avail.