I have a score that's fixed to the upper left corner of the screen, so as I move, it stays in place. I wanted to put a background color on it, so I used draw_quad, but when I move, the rectangle also moves...
Here's the code I'm using.
https://gist.github.com/3146716It looks like it draws it in the correct position when the game first starts, but after the character falls, the (x,y) position stays the same, but the rest of the rectangle resizes. What's the best way to handle this?
Thanks,
~Jeremy