It works
https://mega.co.nz/#!OQ5BiSoC!UlOPiiSkk ... 3l1UgRynSI
Search found 3 matches
- Fri Apr 25, 2014 1:38 pm
- Forum: Programming Discussion
- Topic: XNA XML Map Loading
- Replies: 5
- Views: 3232
- Thu Apr 24, 2014 6:56 pm
- Forum: Programming Discussion
- Topic: XNA XML Map Loading
- Replies: 5
- Views: 3232
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...
- Thu Apr 24, 2014 2:30 pm
- Forum: Programming Discussion
- Topic: XNA XML Map Loading
- Replies: 5
- Views: 3232
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 ...