remove alk silly

This commit is contained in:
mat 2024-01-26 15:03:53 -03:00 committed by GitHub
parent c551d430c3
commit fc7728fbfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,12 +87,6 @@ struct CustomMenuLayer : Modify<CustomMenuLayer, MenuLayer> {
bottomMenu->updateLayout();
auto input = InputNode::create(200.f, "Search");
input->setPosition(winSize.width / 2, winSize.height - 20.0f);
input->setID("search-input");
input->setAnchorPoint({ 0.5f, 0.5f });
this->addChild(input);
if (auto node = this->getChildByID("settings-gamepad-icon")) {
node->setPositionX(
bottomMenu->getChildByID("settings-button")->getPositionX() + winSize.width / 2