diff --git a/src/gui/options/options.js b/src/gui/options/options.js index 2b7d42332821c717d474afd0077d6318193e9d3e..a4eacf86499d4b4b3b4bfe4f0002d9047e186803 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -1038,7 +1038,7 @@ App.UI.artOptions = function() { if (V.seeImages > 0) { options.addOption("Image style is", "imageChoice") - .addValueList([["Revamped embedded vector art", 3], ["Non-embedded vector art", 2], ["NoX/Deepmurk's vector art", 1], ["Shokushu's rendered imagepack", 0], ["Elohiem's interactive WebGL", 4]]); + .addValueList([["Revamped embedded vector art", 3], ["Non-embedded vector art", 2], ["NoX/Deepmurk's vector art", 1], ["Shokushu's rendered image pack", 0], ["Elohiem's interactive WebGL", 4]]); if (V.imageChoice === 1) { options.addComment('<span class="warning">Git compiled only, no exceptions.</span>'); @@ -1056,7 +1056,7 @@ App.UI.artOptions = function() { .addValue("Enabled", true).on().addValue("Disabled", false).off(); } else if (V.imageChoice === 0) { options.addComment("You need to" + - " <a href='https://mega.nz/#!upoAlBaZ!EbZ5wCixxZxBhMN_ireJTXt0SIPOywO2JW9XzTIPhe0'>download the image" + + " <a href='https://mega.nz/#!upoAlBaZ!EbZ5wCixxZxBhMN_ireJTXt0SIPOywO2JW9XzTIPhe0' target='_blank'>download the image" + " pack</a> and put the 'renders' folder into the resources/ folder where this html file is."); options.addOption("Slave summary fetish images are", "seeMainFetishes") @@ -1068,12 +1068,12 @@ App.UI.artOptions = function() { .addValue("Enabled", true).on().addValue("Disabled", false).off(); } else if (V.imageChoice === 4) { options.addComment("You need to" + - " <a href='https://mega.nz/folder/ulIX2CAR#_g6wAcOLSCwIeGqrH7oXkA'>download the WebGL art assets</a>" + + " <a href='https://mega.nz/folder/ulIX2CAR#_g6wAcOLSCwIeGqrH7oXkA' target='_blank'>download the WebGL art assets</a>" + " and put the 'webgl' folder into the resources/ folder where this html file is. Then refresh the page."); options.addOption("Supersampling (SSAA)", "setSuperSampling") .addValue("0.25", 0.25).off().addValue("0.5", 0.5).off().addValue("1", 1).off().addValue("2", 2).on().addValue("4", 4).off() - .addComment("This effectively multiplies the resolution of the render before downsampling again. Use a smaller factor for low-end GPU's."); + .addComment("This effectively multiplies the resolution of the render before downsampling again. Use a smaller factor for low-end GPUs."); } options.addOption("PA avatar art is", "seeAvatar")