From 3780767cccf2e32a92569678ae9cd8deb67fce40 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Wed, 15 Dec 2021 13:27:42 +0000 Subject: [PATCH] Rotate hexagons by 90 degrees in the loading screen, to match the Qortal logo shape. --- src/main/resources/loading/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/loading/index.html b/src/main/resources/loading/index.html index 3c9baa22..60c0803f 100644 --- a/src/main/resources/loading/index.html +++ b/src/main/resources/loading/index.html @@ -190,7 +190,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI this.addedX = 0; this.addedY = 0; - this.rad = 0; + this.rad = Math.PI / 2; this.lightInputMultiplier = opts.baseLightInputMultiplier + opts.addedLightInputMultiplier * Math.random();