This is just confusing. Per the gui Guide. Coordinates are 0,0 starting at the top Left of the screen. This would mean that y increases as we move down the screen. Yet, when I move my Rect down the screen, yMax decreases. Per the gui guide, yMax represents the bottom of Rect, and indeed if moving down the screen results in higher y values this makes sense… Then why they heck is yMax decreasing in value as Rect is moved down the screen?
I’m sorry, but the coordinate system can’t be consistent. WTH am I missing???