Loading images in XNA 4.0; "Cannot Open File" Problems
- by user32623
Okay, I'm writing a game in C#/XNA 4.0 and am utterly stumped at my current juncture: Sprite animation. I understand how it works and have all the code in place, but my ContentLoader won't open my file...
Basically, my directory looks like this:
//WindowsGame1
- "Game1.cs"
- //Classes
- "NPC.cs"
- Content…