| 798 | |
| 799 | struct NKK : app::SvgSwitch { |
| 800 | NKK() { |
| 801 | shadow->opacity = 0.0; |
| 802 | addFrame(Svg::load(asset::system("res/ComponentLibrary/NKK_0.svg"))); |
| 803 | addFrame(Svg::load(asset::system("res/ComponentLibrary/NKK_1.svg"))); |
| 804 | addFrame(Svg::load(asset::system("res/ComponentLibrary/NKK_2.svg"))); |
| 805 | } |
| 806 | }; |
| 807 | |
| 808 | struct CKSS : app::SvgSwitch { |