netcell / PhaserShoeBoxConfig

.sbx configuration file for exporting texture atlas to be loaded into Phaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhaserShoeBoxConfig

.sbx configuration file for exporting texture atlas to be loaded into Phaser.

This configuration file allows Shoebox to export json file that can be loaded into Phaser as:

game.load.atlas('atlasTexture', 'atlasTexture.png', 'atlasTexture.json');

Download and Usage

Download Phaser.sbx from this repository and double click it to load the configuration (Shoebox must be installed).

About

.sbx configuration file for exporting texture atlas to be loaded into Phaser

License:MIT License