Skip to content

Commit

Permalink
remove alk's test menulayer buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Mar 2, 2025
1 parent b136e3b commit abab904
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions loader/src/ids/MenuLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,6 @@ using namespace geode::node_ids;
menu->updateLayout();
}

for (int i = 0; i < 5; ++i) {
auto myButton = CCMenuItemSpriteExtra::create(
CCSprite::createWithSpriteFrameName("GJ_likeBtn_001.png"),
this,
nullptr
);

menu->addChild(myButton);
}

menu->setContentSize({ winSize.width - 220.f, 65.f });
menu->setLayout(
SimpleRowLayout::create()
Expand Down

0 comments on commit abab904

Please sign in to comment.