Book Image

Learning iPhone Game Development with Cocos2D 3.0

By : Kirill Muzykov
Book Image

Learning iPhone Game Development with Cocos2D 3.0

By: Kirill Muzykov

Overview of this book

Table of Contents (19 chapters)
Learning iPhone Game Development with Cocos2D 3.0
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


Text is a very important component almost in any game. Especially, as you can see when we say text, we don't necessarily mean black and white strict text. Using a bitmap font, we can create cool-looking fonts while still generating generic text on the fly.

In addition to learning how to render text, we've seen that labels are not very different from sprites or other Cocos2D nodes. They have same properties, such as scale, rotation, and opacity. You can manipulate the labels using actions and create cool effects.

In the next chapter, we're going to talk about how to liven up the game using more animations and particle systems.