Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

TWITTER HASHTAG

Slide 4

Slide 4 text

refers the to asset workflow you create for your project. This could be as simple as copying files over by hand into your game’s media folder or writing more complex automation scripts to generate the art for you.

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

is a single bitmap image that is drawn to the display; in this case our Canvas Element. To help organize them better, sprites are grouped together into a single image called a sprite sheet.

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

http://www.aseprite.org/

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

is a large image containing a collection of sub-images, or "atlas" which contains many smaller sub-images. This is used primarily in 3d for textures but is very useful for 2d games as well.

Slide 16

Slide 16 text

"filename": "radar-sprite.png", "rotated": false, "trimmed": true, "frame": {"x":0,"y":309,"w":104,"h":104}

Slide 17

Slide 17 text

Atlases can consist of uniformly-sized sub-textures, or they can consist of textures of varying sizes (usually restricted to powers of two). *Illustration from http://www.grimrock.net/modding/creating-custom-assets/

Slide 18

Slide 18 text

http://renderhjs.net/shoebox/

Slide 19

Slide 19 text

• Create Texture Atlas with data file • Extract Sprites • Custom atlas data templates (can create xml, json, text, etc) • Create bitmap fonts • Cross platform • Works with Cocos2d, Unity3d, HTML5 and more.

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

http://bit.ly/rr-artwork

Slide 23

Slide 23 text

http://bit.ly/jetroid-sprites

Slide 24

Slide 24 text

http://bit.ly/tc-sprites

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

PLAY WITH ASEPRITE, SHOEBOX AND BFXR