| 532 | |
| 533 | struct Rogan2PRed : Rogan { |
| 534 | Rogan2PRed() { |
| 535 | setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PRed.svg"))); |
| 536 | bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2P_bg.svg"))); |
| 537 | fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PRed_fg.svg"))); |
| 538 | } |
| 539 | }; |
| 540 | |
| 541 | struct Rogan2PGreen : Rogan { |