mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
switch to numbered swatches
This commit is contained in:
parent
4d0a25b6ea
commit
73b0a5b359
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ for (s = 0; s < numColors; s++) {
|
|||
width: swatchWidth,
|
||||
height: swatchHeight,
|
||||
subImage: { x: imageFromX, y: imageFromY, width: (swatchWidth - 1), height: swatchHeight },
|
||||
imageURL: "http://highfidelity-public.s3-us-west-1.amazonaws.com/images/testing-swatches.svg",
|
||||
imageURL: "http://highfidelity-public.s3-us-west-1.amazonaws.com/images/swatches.svg",
|
||||
color: colors[s],
|
||||
alpha: 1,
|
||||
visible: editToolsOn
|
||||
|
|
Loading…
Reference in a new issue