Questions tagged as 'monogame'

1
answer

Alternative to Sprites Overlapping

You've probably seen / played some game where you could change your character's outfit / clothing / appearance. I'm building a little Android game that offers this feature, and I currently get that using the Overlapping technique of sprites,...
asked by 02.05.2017 / 20:02
2
answers

Get project content in MonoDevelop

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