azerion / phaser-spine

A plugin for Phaser 2 that adds Spine support
MIT License
121 stars 57 forks source link

Changed: getting image files from atlas #108

Open kleber-swf opened 1 year ago

kleber-swf commented 1 year ago

Instead of forming the image name by merging <variation> + .png it uses the file parameter which has the name of the file configured inside the .atlas file. This allows us to have other file types other than .png like .webp for example.