Added PlayerData class to GamerManager.cs
- Stored in Application.PersistantDataPath + "/playerInfo.dat"
- Safer way to store / transfer data?
- Add saving of local time when calling Save() or Load()
- Compare save time to load time and give afk rewards earned based on
rotation speed
-Fixed messy RectTransforms, cleaned up scaling of UI across different
resolutions
-Prints level correctly in landscape view
-Added red 'container' that doubles as mask for displaying EXP gained
Needs:
-Scale exp bar, drawn within ExperienceBar script