forked from Qortal/qortal
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…
Reference in New Issue
Block a user