c# - How do I import .tmx (Tile Map Editor) file into my XNA Project -
i tried load .tmx (tile map editor) file project i'm getting error:
cannot autodetect importer use "level1.tmx" there no importers handle file type. specify importer handles file type in project.
xna not load file default. there full tmx map loader xna projects located here http://windowsphonedevelopments.com/tmx-map-loader-xna-1-0/
tmx map loader xna full xna content pipeline library allows load , process data tmx source asset file , output data intermediate format @ design time (output .xnb file).
Comments
Post a Comment