Time for action – modifying the game to use spritesheets

Now that we've generated the spritesheet, let's modify our Cocohunt game to use it instead of the single sprites by performing the following steps:

  1. Let's remove the Birds and the Hunter groups with all their contents from the Resources group in Xcode.

    Tip

    You can either right-click on the group and select Delete or just select the group(s) and press the delete key on the keyboard.

  2. In the remove dialog, you can select Move to Trash, as we're not going to use those images anymore.
  3. After removing the images, let's add our spritesheet. Create a new group inside the Resources group and call it Spritesheets.
  4. Open the folder with the files that you've published from TexturePacker and add the following ...

Get Learning iPhone Game Development with Cocos2D 3.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.