| 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)); |
nothing calls this directly
no outgoing calls
no test coverage detected