You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -286,7 +294,9 @@ CM.ConfigData.Volume = {label: [], desc: 'Volume of the sound'};
286
294
for(vari=0;i<101;i++){
287
295
CM.ConfigData.Volume.label[i]=i+'%';
288
296
}
289
-
CM.ConfigData.GCTimer={label: ['Golden Cookie Timer OFF','Golden Cookie Timer ON'],desc: 'A timer on the Golden Cookie when has been spawned',func: function(){CM.Disp.ToggleGCTimer();}};
297
+
CM.ConfigData.GCSoundURL={label: 'Golden Cookie Sound URL:',desc: 'URL of the sound to be played when a Golden Cookie spawns'};
298
+
CM.ConfigData.SeaSoundURL={label: 'Season Special Sound URL:',desc: 'URL of the sound to be played when a Season Special spawns',func: function(){CM.Disp.ToggleGCTimer();}};
299
+
CM.ConfigData.GCTimer={label: ['Golden Cookie Timer OFF','Golden Cookie Timer ON'],desc: 'A timer on the Golden Cookie when it has been spawned',func: function(){CM.Disp.ToggleGCTimer();}};
290
300
CM.ConfigData.Title={label: ['Title OFF','Title ON'],desc: 'Update title with Golden Cookie/Season Popup timers'};
291
301
CM.ConfigData.Tooltip={label: ['Tooltip Information OFF','Tooltip Information ON'],desc: 'Extra information in tooltip for buildings/upgrades'};
292
302
CM.ConfigData.ToolWarnCaut={label: ['Tooltip Warning/Caution OFF','Tooltip Warning/Caution ON'],desc: 'A warning/caution when buying if it will put the bank under the amount needed for max "Lucky!"/"Lucky!" (Frenzy) rewards',func: function(){CM.Disp.ToggleToolWarnCaut();}};
@@ -98,7 +106,9 @@ CM.ConfigData.Volume = {label: [], desc: 'Volume of the sound'};
98
106
for(vari=0;i<101;i++){
99
107
CM.ConfigData.Volume.label[i]=i+'%';
100
108
}
101
-
CM.ConfigData.GCTimer={label: ['Golden Cookie Timer OFF','Golden Cookie Timer ON'],desc: 'A timer on the Golden Cookie when has been spawned',func: function(){CM.Disp.ToggleGCTimer();}};
109
+
CM.ConfigData.GCSoundURL={label: 'Golden Cookie Sound URL:',desc: 'URL of the sound to be played when a Golden Cookie spawns'};
110
+
CM.ConfigData.SeaSoundURL={label: 'Season Special Sound URL:',desc: 'URL of the sound to be played when a Season Special spawns',func: function(){CM.Disp.ToggleGCTimer();}};
111
+
CM.ConfigData.GCTimer={label: ['Golden Cookie Timer OFF','Golden Cookie Timer ON'],desc: 'A timer on the Golden Cookie when it has been spawned',func: function(){CM.Disp.ToggleGCTimer();}};
102
112
CM.ConfigData.Title={label: ['Title OFF','Title ON'],desc: 'Update title with Golden Cookie/Season Popup timers'};
103
113
CM.ConfigData.Tooltip={label: ['Tooltip Information OFF','Tooltip Information ON'],desc: 'Extra information in tooltip for buildings/upgrades'};
104
114
CM.ConfigData.ToolWarnCaut={label: ['Tooltip Warning/Caution OFF','Tooltip Warning/Caution ON'],desc: 'A warning/caution when buying if it will put the bank under the amount needed for max "Lucky!"/"Lucky!" (Frenzy) rewards',func: function(){CM.Disp.ToggleToolWarnCaut();}};
0 commit comments