mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
15 lines
389 B
JavaScript
15 lines
389 B
JavaScript
importScripts("ncageImages.js");
|
|
|
|
var defaultOptions = {
|
|
settings: {
|
|
imageReplacement: {
|
|
"enableImgReplace": true,
|
|
"imgReplaceProb": .01,
|
|
"imgLibraryName": "nCage",
|
|
"imgLibrary": ncageImages,
|
|
"incrementValue": 0,
|
|
"incrementInterval": 86400000,
|
|
"lastUpdate": 0
|
|
}
|
|
}
|
|
}; |