Option to play sound at full Grimoire Meter (#337)

This commit is contained in:
DanielNoord
2020-11-24 13:29:02 +01:00
committed by GitHub
parent 935ce42305
commit eda7514001
4 changed files with 66 additions and 0 deletions

View File

@@ -195,6 +195,9 @@ CM.Loop = function() {
// Check Garden Tick
CM.Disp.CheckGardenTick();
// Check Grimoire Meter
CM.Disp.CheckMagicMeter();
// Update Average CPS (might need to move)
CM.Cache.UpdateAvgCPS()
}
@@ -283,6 +286,10 @@ CM.ConfigDefault = {
GardSound: 1,
GardVolume: 100,
GardSoundURL: 'https://freesound.org/data/previews/103/103046_861714-lq.mp3',
MagicFlash: 1,
MagicSound: 1,
MagicVolume: 100,
MagicSoundURL: 'https://freesound.org/data/previews/221/221683_1015240-lq.mp3',
Title: 1,
TooltipBuildUp: 1,
TooltipAmor: 0,