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
- Host: GitHub
- URL: https://github.com/codeandweb/melonjs-sprite-sheet-example
- Owner: CodeAndWeb
- License: other
- Created: 2015-11-18T08:43:33.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T10:23:01.000Z (over 2 years ago)
- Last Synced: 2025-02-25T12:48:32.622Z (over 1 year ago)
- Language: PLSQL
- Size: 4.03 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
