diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39b6f8cb74660804c895b5d27d3d2a970dce544d..44c79c206946acb1fd048ae1571c66c962eb4e5b 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/HgZ0WTxB#o3mwURAAQfN5WZzutQvbXA" + WEBGL_URL: "https://mega.nz/folder/65gx0Kxb#ZDFYDQkZKttk_T4YYZUv_w" 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 4c7f7f0a09906378296d4678222ffd6c141cfebb..9b2cfa5d37eebd5e02aa84bb090c56b9f68de0cf 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -1136,7 +1136,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(`This art is currently (9/6/21) the most actively developed. Real time 3D models. <a href='https://mega.nz/folder/HgZ0WTxB#o3mwURAAQfN5WZzutQvbXA' target='_blank'> Download the WebGL art assets</a> and place the 'webgl' folder into the resources/ folder where this HTML file is. + options.addComment(`This art is currently (10/21/21) the most actively developed. Real time 3D models. <a href='https://mega.nz/folder/65gx0Kxb#ZDFYDQkZKttk_T4YYZUv_w' 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>`);