Skip to content

Commit 1a3ff46

Browse files
committed
missing node IDs
1 parent 2f19bc4 commit 1a3ff46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ui/SongListLayer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ bool SongListLayer::setup(const std::string&) {
173173
abridgedControlsMenu->setID("abridged-controls-menu"_spr);
174174
this->m_mainLayer->addChild(abridgedControlsMenu);
175175

176+
this->setID("SongListLayer"_spr);
177+
this->m_bgSprite->setID("background"_spr);
178+
this->m_buttonMenu->setID("close-menu"_spr);
179+
176180
return true;
177181
}
178182

0 commit comments

Comments
 (0)