Yardım Hello brothers and sisters i need little help

Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

Xchucky2020

Çaylak Üye
Üye
Mesaj
3
Beğeni
1
Puan
20
Thank you for get in .. i need to modify character level from Lv.120 to [Lv.120] i couldn't find where i suppose to modify
 
Instancebaseeffect.cpp
C++:
void CInstanceBase::UpdateTextTailLevel(DWORD level)
{
    //static D3DXCOLOR s_kLevelColor = D3DXCOLOR(119.0f/255.0f, 246.0f/255.0f, 168.0f/255.0f, 1.0f);
    static D3DXCOLOR s_kLevelColor = D3DXCOLOR(152.0f/255.0f, 255.0f/255.0f, 51.0f/255.0f, 1.0f);

    char szText[256];
    sprintf(szText, "Lv %d", level);
    CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kLevelColor);
}
 
Geri
Üst