mirror of https://github.com/axmolengine/axmol.git
use unix text format
This commit is contained in:
parent
a81b078286
commit
33db1c7951
|
@ -147,7 +147,8 @@ namespace cocos2d{
|
|||
// parse spacing / padding
|
||||
std::string line;
|
||||
std::string strLeft(pBuffer, nBufSize);
|
||||
while (strLeft.length() > 0)
{
|
||||
while (strLeft.length() > 0)
|
||||
{
|
||||
int pos = strLeft.find('\n');
|
||||
|
||||
if (pos != (int)std::string::npos)
|
||||
|
@ -553,7 +554,8 @@ namespace cocos2d{
|
|||
{
|
||||
pNode->setIsVisible(false);
|
||||
}
|
||||
}
}
|
||||
}
|
||||
}
|
||||
this->createFontChars();
|
||||
}
|
||||
|
||||
|
@ -581,7 +583,8 @@ namespace cocos2d{
|
|||
{
|
||||
pNode->setColor(m_tColor);
|
||||
}
|
||||
}
}
|
||||
}
|
||||
}
|
||||
}
|
||||
const ccColor3B& CCLabelBMFont::getColor()
|
||||
{
|
||||
|
@ -605,7 +608,8 @@ namespace cocos2d{
|
|||
pRGBAProtocol->setOpacity(m_cOpacity);
|
||||
}
|
||||
}
|
||||
}
}
|
||||
}
|
||||
}
|
||||
}
|
||||
GLubyte CCLabelBMFont::getOpacity()
|
||||
{
|
||||
|
@ -628,7 +632,8 @@ namespace cocos2d{
|
|||
pRGBAProtocol->setIsOpacityModifyRGB(m_bIsOpacityModifyRGB);
|
||||
}
|
||||
}
|
||||
}
}
|
||||
}
|
||||
}
|
||||
}
|
||||
bool CCLabelBMFont::getIsOpacityModifyRGB()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue