austinsheep Posted March 24, 2016 Share Posted March 24, 2016 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 More sharing options...
Recommended Posts