From ea4e5d3c3d7508e6694d9712b0a2d3f61796b746 Mon Sep 17 00:00:00 2001
From: Elohiem <20236-Elohiem@users.noreply.gitgud.io>
Date: Mon, 30 Aug 2021 03:18:43 +0200
Subject: [PATCH] Bump version and add new links

---
 .gitlab-ci.yml             | 2 +-
 src/art/artJS.js           | 2 +-
 src/gui/options/options.js | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f70f978e6d..39b6f8cb746 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/Sgp0lQbY#L1iG-jMQUeztUFuFqj-ryw"
+  WEBGL_URL: "https://mega.nz/folder/HgZ0WTxB#o3mwURAAQfN5WZzutQvbXA"
   RENDER_NAME: "Rendered imagepack (outdated)"
   RENDER_URL: "https://mega.nz/file/upoAlBaZ#EbZ5wCixxZxBhMN_ireJTXt0SIPOywO2JW9XzTIPhe0"
 
diff --git a/src/art/artJS.js b/src/art/artJS.js
index 7abda385f75..65123f494d9 100644
--- a/src/art/artJS.js
+++ b/src/art/artJS.js
@@ -201,7 +201,7 @@ App.Art.webglInitialize = function() {
 	let load = document.createElement("script");
 	load.onload = function() {
 		// but only if version is correct
-		if (App.Art.version === "1.5") {
+		if (App.Art.version === "1.6") {
 			document.head.appendChild(script);
 		} else {
 			App.Art.errorHandler("engineFailed", 3);
diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index 504710b5a40..e85af70f5a6 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -1127,7 +1127,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/Sgp0lQbY#L1iG-jMQUeztUFuFqj-ryw' 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/HgZ0WTxB#o3mwURAAQfN5WZzutQvbXA' 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