Added a overlay/shadow to the lobby names to make theme easier to read,
Added a coloured background and animal sprite to the client background so players remember who they are
-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