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.

10 lines
279B

  1. // Exports
  2. struct dh_switch3 : SVGSwitch, ToggleSwitch {
  3. dh_switch3() {
  4. addFrame(SVG::load(assetPlugin(plugin,"res/Switch3_0.svg")));
  5. addFrame(SVG::load(assetPlugin(plugin,"res/Switch3_1.svg")));
  6. addFrame(SVG::load(assetPlugin(plugin,"res/Switch3_2.svg")));
  7. }
  8. };