The actual game scene
Finally, we'll get to see all our work and have some fun with it. But first, let's delete the HelloWorldScene
class (both header and implementation files). You'll get a few errors in the project so let's fix these.
References to the class must be changed at two lines in AppDelegate.cpp
. Go ahead and change the references to a GameLayer
class.
We'll create that class next.