Hello Guest

Author Topic: Isometric tile map loading custom formatting map file?  (Read 3910 times)

chiuup

  • Newbie
  • *
  • Posts: 1
    • View Profile
Isometric tile map loading custom formatting map file?
« on: August 23, 2013, 06:43:01 am »
Hi, I am currently transplanting my previous work. I have already defined a map file format storing tile information, and have drawn almost all the maps. My concern is how can I make TK2D tilemap to read my custom map file? Thanks a lot.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Isometric tile map loading custom formatting map file?
« Reply #1 on: August 23, 2013, 10:36:56 am »
You can write into the tk2dTileMap programatically at runtime.
Or you could write your own importer - check tk2dTileMapImporter.cs for an example of a TMX importer.