mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:30:35 +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,
|
width: swatchWidth,
|
||||||
height: swatchHeight,
|
height: swatchHeight,
|
||||||
subImage: { x: imageFromX, y: imageFromY, width: (swatchWidth - 1), 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],
|
color: colors[s],
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
visible: editToolsOn
|
visible: editToolsOn
|
||||||
|
|
Loading…
Reference in a new issue