mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
Merge branch 'main' into new-index-but-better
This commit is contained in:
commit
581af3b9ce
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ struct CustomLoadingLayer : Modify<CustomLoadingLayer, LoadingLayer> {
|
|||
m_fields->m_smallLabel2 = CCLabelBMFont::create("", "goldFont.fnt");
|
||||
m_fields->m_smallLabel2->setPosition(winSize.width / 2, 15.f);
|
||||
m_fields->m_smallLabel2->setScale(.45f);
|
||||
m_fields->m_smallLabel2->setID("geode-small-label");
|
||||
m_fields->m_smallLabel2->setID("geode-small-label-2");
|
||||
this->addChild(m_fields->m_smallLabel2);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue