Added notification on garden tick (based on @doorajar code) (Issue #180) and minor code formatting cleanup

This commit is contained in:
Aktanusa
2018-12-14 17:50:27 -05:00
parent 963f950039
commit 9f2a7cda78
4 changed files with 64 additions and 6 deletions

View File

@@ -185,6 +185,9 @@ CM.Loop = function() {
// Check Season Popup
CM.Disp.CheckSeasonPopup();
// Check Garden Tick
CM.Disp.CheckGardenTick();
// Update Average CPS (might need to move)
CM.Cache.UpdateAvgCPS()
}
@@ -263,6 +266,10 @@ CM.ConfigDefault = {
SeaSound: 1,
SeaVolume: 100,
SeaSoundURL: 'https://www.freesound.org/data/previews/121/121099_2193266-lq.mp3',
GardFlash: 1,
GardSound: 1,
GardVolume: 100,
GardSoundURL: 'https://freesound.org/data/previews/103/103046_861714-lq.mp3',
Title: 1,
TooltipBuildUp: 1,
TooltipAmor: 0,