我正试图制作地图应用,像黄色地图,显示大地图的一部分,让你在西北部航行,把动物放到外,等等。
I encountered a critical problem in the beginning: XNA does not allow importing images larger than a top maximum size limit, even in HiDef mode. And my map image size is much larger than the limit. I was thinking I could split the map (manually, in photoshop) into smaller pieces and paste them one by one in the game, so they will make up a the whole map. Is there a better way to do that?