我完全喪失了爲什麼它不起作用。它所做的就是給我兩個圖像上無法打開的文件例外。有什麼建議?C#XNA例外:「無法打開文件」
protected override void LoadContent()
{
spriteBatch = new SpriteBatch(GraphicsDevice);
pixelTexture = Content.Load<Texture2D>("\\Images\\pixel");
treeTexture = Content.Load<Texture2D>("\\images\\tree");
}
您的內容項目的根目錄中是否有一個名爲Images的文件夾?該文件夾中的像素和樹圖像? – itsme86 2014-09-18 20:00:23