HeapsIO / heaps

Heaps : Haxe Game Framework
http://heaps.io
MIT License
3.19k stars 337 forks source link

Atlas parsing issue #1181

Closed nayata closed 10 months ago

nayata commented 10 months ago

Atlas parsing error when you trying to parse texture atlas maded with free-tex-packer.

hxd.res.Atlas gets values splitting by (", ") but free-tex-packer generates atlases without space after coma.

This variant:

var vals = v.split(",");

works and dont have issues with Std.parseInt