I got a scree width of 1020. Say I want to place every brick of my game evenly. For example I want 8 bricks in a row. How can I calculate the estimated scale value to use for the brick? I am using XNA. I was thinking of 1020 / 8 and I got 127.5. I think thats the width I have to give to my bricks. But the scaling in XNA is different. I think the normal scale is 1. So that 127.5, how can I get the correct scale value for that?. I tried 100/127.5 but still cant get the correct value.
TY