An open API service indexing awesome lists of open source software.

https://github.com/codeandweb/phaser-sprite-sheet-example

Small example showing how to use TexturePacker with Phaser 3
https://github.com/codeandweb/phaser-sprite-sheet-example

Last synced: over 1 year ago
JSON representation

Small example showing how to use TexturePacker with Phaser 3

Awesome Lists containing this project

README

          

Phaser 3 sprite sheet optimization tutorial
===========================================

The complete tutorial is available from here: [Creating sprite sheets for Phaser 3 with TexturePacker](https://www.codeandweb.com/texturepacker/tutorials/how-to-create-sprite-sheets-for-phaser3)

Content:

- Creating sprite sheets with TexturePacker
- Loading sprite sheets in Phaser
- Setting pivot points with TexturePacker
- Playing animations from the sprite sheet
- Optimizing start up time and reducing download size

How to run the example (yarn):

git clone https://github.com/CodeAndWeb/TexturePacker-Phaser3.git
yarn
yarn start

Or with npm:

git clone https://github.com/CodeAndWeb/TexturePacker-Phaser3.git
npm install
npm start

The demo runs at [http://localhost:8080](http://localhost:8080)