| 368 | addParam(createParam<CKD6>(Vec(36, 116), module, Elements::PLAY_PARAM)); |
| 369 | |
| 370 | struct GateLight : YellowLight { |
| 371 | GateLight() { |
| 372 | box.size = Vec(28 - 6, 28 - 6); |
| 373 | bgColor = color::BLACK_TRANSPARENT; |
| 374 | } |
| 375 | }; |
| 376 | |
| 377 | addChild(createLight<GateLight>(Vec(36 + 3, 116 + 3), module, Elements::GATE_LIGHT)); |
| 378 | addChild(createLight<MediumLight<GreenLight>>(Vec(184, 165), module, Elements::EXCITER_LIGHT)); |
nothing calls this directly
no outgoing calls
no test coverage detected