Ah, crap. I'm having another problem now. When I go to load my sprite font file, I keep on getting a "File not Found" exception.
Code:
if (loadAllContent)
{
spriteFont = content.Load<SpriteFont>(@"SpriteFont1.spritefont");
spriteBatch = new SpriteBatch(graphics.GraphicsDevice);
}
I don't know what the problem is; I clicked New Item in the left-click drop down menu of my project in the solution explorer, and it made the new spritefont file for me...but in the solution explorer, the spritefont's icon is that generic "window's doesn't know what kind of file this is" icon. So I dunno....suggestions? Thanks again guys, sorry to trouble you.
Edit:
And blah, double post. Why can't I delete my messages? XP