adds new custom NeoPixel svg

This commit is contained in:
darzu
2016-08-30 15:59:02 -07:00
parent 52527dd584
commit 8f50beb938
2 changed files with 33 additions and 1 deletions

View File

@ -59,7 +59,7 @@ namespace pxsim.visuals {
const NP_PART_YOFF = -11;
const NP_PART_WIDTH = 87.5;
const NP_PART_HEIGHT = 190;
const NEOPIXEL_PART_IMG = "neopixel-black-60-vert.svg";
const NEOPIXEL_PART_IMG = "neopixel.svg";
let [x, y] = xy;
let l = x + NP_PART_XOFF;
let t = y + NP_PART_YOFF;