September 2015
Beginner
240 pages
4h 44m
English
CHAPTER 3
![]()
Shapes, Text, and Groups
So far in this book, all the sprites we’ve used have been based on existing images that we loaded into our programs. But Pixi also has its own low-level drawing tools that you can use to make shapes, lines, and text. To help keep things organized, you can group all your shapes and images together, so that you can work with them as a single unit. In this chapter, you’re going to learn how to do all that, including:
All the sample code in this chapter is meant to be run inside the setup function of the basic Pixi application ...
Read now
Unlock full access