Hi there! I’m relatively new with coding and in particular with Monogame, but I found no problems till I had to use spritefonts. In fact, when I open the file created through the pipeline(with Atom) the following errors occur:
1 <?xml version="1.0" encoding="**utf-8**"?>
…
8 <XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
…
60 </XnaContent>
How can I fix these issues? Considering that what I wanted to use were some texts (Idk if it’s the only thing I can do with spritefonts), but obviously I can do nothing. Thank you in advance for an answer
Edit: It doesn’t show the lines 8 and 60, but they are considered entirely as error, hope you can remember them-