I'm trying to insert a PNG image in my game, but I'm not getting it, the image is in Content/alien.png , with the code below:
Texture2D alien;
.
.
.
protected override void LoadContent ()
{
spriteBatch = new SpriteBatch (GraphicsDevi...
asked by
11.11.2016 / 04:42