Jump to content

CSV Tilemap Parser Issue


austinsheep
 Share

Recommended Posts

When Phaser parses a CSV file it creates an extra tile with an index of NaN at the end of each row except the last one.  I believe this is because of the trailing commas at the end of each row, except the last.  I noticed the parser uses .split() to parse each row of tiles so that might explain it.  My CSV data is structured like so (also how Tiled Map Editor exports the data):

0,0,0,
0,1,0,
0,0,0

I may just be doing something wrong though.  Any ideas?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...