Time for action – adding the background sprite
We will start by adding a good-looking background image instead of a boring black screen by performing the following steps:
Open the
Cocohunt
project in Xcode if you've closed it.Before we can add background sprite to our game scene, we need to add an image file with the background to our project.
Right-click on the
Resources
group in the Xcode Project Navigator on the left of the screen and choose the New Group option in the menu to create a subgroup. Call this groupBackgrounds
.Open the
Chapter_04/Assets/Backgrounds
folder and drag the following files (all files in the folder) over to theBackgrounds
group that you just created:game_scene_bg.png
game_scene_bg-hd.png
game_scene_bg-iphone5hd.png
Refer to the following screenshot:
In the Choose options for adding these files dialog that appears after you release the mouse button, make sure that Copy items into destination group's folder (if needed) is checked and in Add to targets list the Cocohunt...