MonoGame – Drawing a Sprite using Monogame.
In today’s tutorial, I will show you how to draw a sprite on the MonoGame window. Use the utility to open the Content.mgcb file.
1 2 3 4 5 | [mythcat@desk MyGame001]$ cd Content/ [mythcat@desk Content]$ ls bin Content.mgcb Fedora_logo.png obj ... [mythcat@desk MyGame001]$ mgcb-editor |
Add the sprite file using the Add Existing Item menu. I used the Fedora_logo.png file then build with the Build button. Add the following lines… Continue Reading MonoGame – Drawing a Sprite using Monogame.