Build the Settings Screen
Last line:
- Have each method set the corresponding shared model property to the sender's isOn property.
Build the Game Screen
Inside of the CustomScene.swift file. Last two conditional statements:
- switch Model.shared.shouldZoom { ... }
- if Model.shared.shouldRoll { ... }