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

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

Tutorial how to use sprite sheets with MelonJS
https://github.com/codeandweb/melonjs-sprite-sheet-example

Last synced: 3 months ago
JSON representation

Tutorial how to use sprite sheets with MelonJS

Awesome Lists containing this project

README

          

# Using sprite sheets in melonJS

A simple project showing how to use sprite sheets and animations in melonJS.

A complete tutorial is available here: [Using sprite sheets in melonJS](https://www.codeandweb.com/texturepacker/tutorials/using-sprite-sheets-with-melonjs-tutorial)

## Tutorial Content

* Learn why you should use sprite sheets in your melonJS game
* Use TexturePacker to create a sprite sheet
* Optimize the sprite sheet: Faster startup for your game
* Use static images (background)
* Use animations

![Screenshot of the demo project"](screenshot.png)