diff --git a/src/gui/options/options.js b/src/gui/options/options.js index 2432a54f89f8f2c1ff488f5d60a17f5c2e71bc4e..42ee79c3cab0b70e088be2ccda2be65021d39123 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -1068,7 +1068,7 @@ 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/DogSxTiD#boO9kcbIhpXKCogjXMVwxQ'>download the WebGL art assets</a>" + + " <a href='https://mega.nz/folder/ulIX2CAR#_g6wAcOLSCwIeGqrH7oXkA'>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")