You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
263B

  1. #pragma once
  2. #include "asset.hpp"
  3. #include "rack.hpp"
  4. using namespace rack;
  5. #define plugin "SynthKit"
  6. struct JLHHexScrew : SVGScrew {
  7. JLHHexScrew() {
  8. sw->setSVG(SVG::load(assetPlugin(plugin, "res/JLHHexScrew.svg")));
  9. box.size = sw->box.size;
  10. }
  11. };