Add portraits and move offset
BIN
public/vixi/portraits/azure.png
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
public/vixi/portraits/cyan.png
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
public/vixi/portraits/indigo.png
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
public/vixi/portraits/lapis.png
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
public/vixi/portraits/midnight.png
Normal file
|
After Width: | Height: | Size: 189 KiB |
BIN
public/vixi/portraits/navy2.png
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
public/vixi/portraits/royal.png
Normal file
|
After Width: | Height: | Size: 252 KiB |
BIN
public/vixi/portraits/sapphire.png
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
public/vixi/portraits/sky.png
Normal file
|
After Width: | Height: | Size: 127 KiB |
@@ -97,7 +97,7 @@ function drawLayers() {
|
|||||||
cumulative += liquid.volume;
|
cumulative += liquid.volume;
|
||||||
if (cumulative < 20) {
|
if (cumulative < 20) {
|
||||||
label.style.left = "18%";
|
label.style.left = "18%";
|
||||||
label.style.transform = "translate(-30%, -50%)";
|
label.style.transform = "translate(60%, -50%)";
|
||||||
}
|
}
|
||||||
|
|
||||||
layer.appendChild(label);
|
layer.appendChild(label);
|
||||||
|
|||||||