Game Development Reference
In-Depth Information
What just happened?
You added the necessary image files for your Air Hockey game. These come in two ver-
sions: one for retina displays (high definition) and one for non-retina displays (standard
definition). It is very important that references are added to the actual folders, only this way
Xcode will be able to have two files with the same name inside the project and still keep
them apart; one in each folder. We also added the font we'll be using in the game.
Now let's tell Cocos2d-x where to look for the correct files.
Search WWH ::




Custom Search