From 92543703036126136c48b97a313b567cc6782a1e Mon Sep 17 00:00:00 2001 From: Elohiem <anon@anon.anon> Date: Tue, 16 Mar 2021 18:48:35 +0100 Subject: [PATCH] update art link --- src/gui/options/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/options/options.js b/src/gui/options/options.js index 2432a54f89f..42ee79c3cab 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") -- GitLab