September 2018
Intermediate to advanced
434 pages
8h 47m
English
Our camera code works well; it follows the player wherever they fly. However, we can improve the camera to enhance the flying experience. In this section, we will add two new features:
Follow these steps to implement these two improvements:
GameScene.swift, create a new variable in the GameScene class to store the center point of the screen:var screenCenterY:CGFloat ...
Read now
Unlock full access