Search found 3 matches

by shawk08033
Thu Apr 24, 2014 6:56 pm
Forum: Programming Discussion
Topic: XNA XML Map Loading
Replies: 5
Views: 2817

Re: XNA XML Map Loading

I need to read an xml not write it. I know xna has an xml framework itself but I need to read a xml file like this: <Map name="shity map"> <Layer number="0"> <Gameobject renderable="true" name="player" x="0: y="0"> <Component type="player&q...
by shawk08033
Thu Apr 24, 2014 2:30 pm
Forum: Programming Discussion
Topic: XNA XML Map Loading
Replies: 5
Views: 2817

XNA XML Map Loading

I am making a 2d rpg game in xna and I need to be able to use xna's xml framework to load a map. I have a so called "map egine" which has a map class that has a layer array/list and a layer class that has a gameobject array/list. If some could help me find away I can use xml to define the ...