Commit Graph

7 Commits

Author SHA1 Message Date
Shaun Reed 85c0d5fffe Add screenshot to README, fix EXP bar sprite scaling 2020-11-23 16:54:08 -05:00
Shaun Reed 1bcca0e925 Reworked (bad)notification system
- Reduced huge amount of fluff logic, loops, conditionals
- Fixed infinite loop within 4+ calls to SendNotification()
-- Replaced with new function MakePopup(string contents)
-- Spawns a prefab, can call as much as you want (overlapping issue)
-Add combining of colliding Popups with similar contents (exp)
-- Add a tag passed into MakePopup() as argument used to combine similar
values ( and increase time left to Destroy(), raise speed of transform
to move away from other popups)
- Popups rotate within a range of -4 to 4 for trendy not-perfect look
*shrug*
2017-09-05 18:12:08 -04:00
Shaun Reed a339149a71 Added saving and loading
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
2017-09-03 18:56:05 -04:00
Shaun Reed f20d8340bb Added rotation count
Added rotation count to SpinningCube.cs
-Change increment to change amount of speed added per level
2017-09-03 15:58:42 -04:00
Shaun Reed 77d29a4dc4 Updated RectTransforms, tags
-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
2017-08-26 12:30:46 -04:00
Shaun Reed e0097ce93c .gitignore update
New excludes :
Build/
2017-08-23 08:39:27 -04:00
Shaun Reed 91a7f533a1 Initial Commit
Exp bar and Levels.
Rethink ExperienceBar and ToggleMenus scripts
2017-08-22 13:29:01 -04:00