Andreas Loew

Results 52 comments of Andreas Loew
trafficstars

Would it not make more sense to simply let TexturePacker put an array in the .json files instead of collecting and sorting the sprites at runtime? Something like: animations: {...

Backward compatibility is indeed a bit of an issue here... right now `animations` is an object of arrays. This makes it an object of objects... So maybe the sheets should...

I currently don't have the resources to dig deeper into Pixi code... sorry. Just tell me what you need when the decision is made - I'll add that functionality to...

Just experimented with it in PixiJS 6.3.2 version. TexturePacker does the following: It sets the `related_multi_packs` for each file so that all files in a multipack set can be found....

Take a look at your network traffic in the browser - you should see then the translation file is loaded. An option to prevent this from happening is by pre-loading...

It's most likely an issue with your json file. Can you post it?

Ok. There are tools out there to check your json file - if it does not contain sensitive data you can for example paste it here: https://jsonlint.com Another option is...

That file seems to be ok - and I can access it - except from Safari but this is because of my content blocker. When you get the error, you...

I'd assume that this is indeed not an issue with your app but your server. Maybe the web server logs show something...

Hi, there's a complete tutorial here: https://www.codeandweb.com/blog/2014/12/17/creating-spritesheets-for-phaser-with-texturepacker Best Andreas