Block a user
Move GameController to Autoload
In addition to moving the game controller into an autoload, remove any hard references to the SceneManager, and instead just replace them with custom signals that the SceneManager can listen to.
Move GameController to Autoload
Implement Tilemap Layer
Create A Terrain Set
Parallax2d Implementation