.xml image file in C# programming
My friends and I are programming an RPG in a C# programming class, we all really don't know what we are doing but have gotten a basic interface running but we were wondering if there is a way to use a .xml image file (We used SpriteBuddy to make animated sprites from a sprite sheet.) We couldn't find a way to do it. Any help would be greatly appreciated.
Re: .xml image file in C# programming
You are just making life hard for yourselves. Use a real gif instead.
Re: .xml image file in C# programming
well thanks anyway by your response I'm assuming its either not possible or time consuming
Re: .xml image file in C# programming
I don't see how xml comes into it? you just want to store the image files path?
And as for game programming look into XNA Studio there are a couple of starter kit templates you can find on the XNA site that will help you get started ;)