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

https://github.com/codeandweb/cocos2d-x-sprite-sheet-example

Create sprite sheets and animations for your cocos2d-x project
https://github.com/codeandweb/cocos2d-x-sprite-sheet-example

Last synced: about 1 year ago
JSON representation

Create sprite sheets and animations for your cocos2d-x project

Awesome Lists containing this project

README

          

# cocos2d-x sprite sheet tutorial

This project contains the source code and assets for the [animations and sprite sheets in cocos2d-x](https://www.codeandweb.com/texturepacker/tutorials/animations-and-spritesheets-in-cocos2d-x) tutorial.

Contents of the tutorial:

* Why you should use sprite sheets
* Designing for different resolutions and devices
* Creating sprite sheets
* Using sprite sheets
* Creating animations
* Animating a character sprite

## Important notice

We've removed the cocos2d-x sources from this folder. The reason is that they would add more than 300MB to the size of this repository.

This tutorial code was originally built with cocos2d-x 3.9, verified with [cocos2d-x 3.16](http://www.cocos2d-x.org/filedown/cocos2d-x-3.16.zip).
It should also run with the newest release of cocos2d-x — you can get it from the [download page](http://www.cocos2d-x.org/download).

To run this project simply copy the contents of the downloaded zip file into this folder. The structure of the project folder should like this:

* Classes
* ...
* cocos2d
* AUTHORS
* build
* ...
* CHANGELOG
* cmake
* ...
* cocos
* ...
* ...