mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 19:42:32 +00:00
Rotate hexagons by 90 degrees in the loading screen, to match the Qortal logo shape.
This commit is contained in:
parent
411279b3eb
commit
3780767ccc
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user