Changed the prefab for the cannon to instantiate the shooting object each time, and a bool to specify if it will push characters left or right, made it easier for figuring it out and calling the right coroutine
added coroutines to character script
-Created block class
-Turned objects in scene to prefabs
-Moved Character movement out of update
-Added keyboard controll class
-Added some Utility classes
-Fixed some folders
- Character move forward, rotate left and right, jump functions(up onto and over)
- Character stops if object/obstacle in the way
- Implemented with keyboard control
- Wall collider tester in TuteLevelOne