You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading multiatlas to my scene I have no problem selecting frames from each PNG file via this.add.image(0, 0, "multiatlas", "water"). But when I tried the same with tileset created as Tileset object, I am able to select only frames from first PNG file. Other files are not accessable. There is no error in console just black tile is displayed.
Example Test Code
Additional Information
Multiatlas were created via TexturePacker Pro. Selected format was Phaser 3.
The text was updated successfully, but these errors were encountered:
We'll revisit this for v4, but we're not adding support for this into v3, sorry. It's too much to change internally. Going to flag as v4 feature request.
Version
Description
When loading multiatlas to my scene I have no problem selecting frames from each PNG file via this.add.image(0, 0, "multiatlas", "water"). But when I tried the same with tileset created as Tileset object, I am able to select only frames from first PNG file. Other files are not accessable. There is no error in console just black tile is displayed.
Example Test Code
Additional Information
Multiatlas were created via TexturePacker Pro. Selected format was Phaser 3.
The text was updated successfully, but these errors were encountered: