1
Other Packages / Re: HUD Text + camera.rect issue
« on: April 01, 2013, 03:21:17 PM »
You are a rock star! 
Here's what I did on line 89:
It's basically saying that my camera is 61% the size and 39% higher than where it expects it to be. Thanks!

Here's what I did on line 89:
- pos.y = pos.y * .61f + .39f;