Hey everyone! I am trying to center my paddle and ball on the start of every layout. This works with the events below.
Paddle > Set X to WindowWidth / 2
Ball > Set X to WindowWidth / 2
But for some reason when I am testing the game, over WIFI preview, and on my Android device, the ball/paddle is set to about 1/4 of the WindowWidth from the left.
My first thought was that I was using WindowWidth / 2 twice. That would equal the 1/4 I am seeing now. But I looked through everything and that just isn't possible.
Any advice?