Rotate hexagons by 90 degrees in the loading screen, to match the Qortal logo shape.

This commit is contained in:
CalDescent 2021-12-15 13:27:42 +00:00
parent 411279b3eb
commit 3780767ccc

View File

@ -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();