mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
remove alk silly
This commit is contained in:
parent
c551d430c3
commit
fc7728fbfb
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue