From 4fc58d17600158ae69392a4ee17f12924a994251 Mon Sep 17 00:00:00 2001 From: Elohiem <anon@anon.anon> Date: Tue, 20 Apr 2021 15:12:12 +0200 Subject: [PATCH] Link update --- .gitlab-ci.yml | 2 +- src/gui/options/options.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d2eca82670..53cb036c216 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: # precompiled / assets # the URLs are the same as inside the game, change both if updating WEBGL_NAME: "WebGL art assets" - WEBGL_URL: "https://mega.nz/folder/P45nRALC#JkdALlE_w_cHDitz4Xhjeg" + WEBGL_URL: "https://mega.nz/folder/78BhSATS#fTwcdWVtrxpo11by0bmtDg" RENDER_NAME: "Rendered imagepack (outdated)" RENDER_URL: "https://mega.nz/file/upoAlBaZ#EbZ5wCixxZxBhMN_ireJTXt0SIPOywO2JW9XzTIPhe0" diff --git a/src/gui/options/options.js b/src/gui/options/options.js index 29d254fe68c..625b40f2872 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -1111,7 +1111,7 @@ App.UI.artOptions = function() { options.addOption("Clothing erection bulges are", "showClothingErection") .addValue("Enabled", true).on().addValue("Disabled", false).off(); } else if (V.imageChoice === 4) { - options.addComment(`<a href='https://mega.nz/folder/P45nRALC#JkdALlE_w_cHDitz4Xhjeg' target='_blank'> Download the WebGL art assets</a> and place the 'webgl' folder into the resources/ folder where this HTML file is. + options.addComment(`<a href='https://mega.nz/folder/78BhSATS#fTwcdWVtrxpo11by0bmtDg' target='_blank'> Download the WebGL art assets</a> and place the 'webgl' folder into the resources/ folder where this HTML file is. Then <b>refresh</b> the page. Create the resources folder if it does not exist. <span class="warning">(Android/MacOS not supported)</span>`); -- GitLab