| 98 | } |
| 99 | |
| 100 | void SimplePlayer::updateIconColors() { |
| 101 | m_pMainSprite->setColor(m_MainColor); |
| 102 | m_pSecondarySprite->setColor(m_SecondaryColor); |
| 103 | m_pGlowSprite->setColor(m_GlowColor); |
| 104 | } |
| 105 | |
| 106 | void SimplePlayer::setMainColor(Color3B col) { |
| 107 | m_pMainSprite->setColor(col); |
no test coverage detected