MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / updateIconColors

Method updateIconColors

Source/SimplePlayer.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

updateGamemodeMethod · 0.95

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected