Skip to content

Commit

Permalink
Increate the gap between the speedhack items
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 31, 2024
1 parent 38ef8f4 commit 2fea58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client/Window.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ class Speedhack : public Window//, public TextInputDelegate
modules[0]->makeAndroid(menu, ccp(menu->getContentSize().width / 2, menu->getContentSize().height - 50) - ccp(180 / 2, 0) + ccp(10, 0));

modules[1]->makeAndroid(menu, ccp(menu->getContentSize().width / 2, menu->getContentSize().height - 110) - ccp(180 / 2, 0) + ccp(10, 0));
modules[2]->makeAndroid(menu, ccp(menu->getContentSize().width / 2, menu->getContentSize().height - 110 - (24 * 1)) - ccp(180 / 2, 0) + ccp(10, 0));
modules[3]->makeAndroid(menu, ccp(menu->getContentSize().width / 2, menu->getContentSize().height - 110 - (24 * 2)) - ccp(180 / 2, 0) + ccp(10, 0));
modules[2]->makeAndroid(menu, ccp(menu->getContentSize().width / 2, menu->getContentSize().height - 110 - (30 * 1)) - ccp(180 / 2, 0) + ccp(10, 0));
modules[3]->makeAndroid(menu, ccp(menu->getContentSize().width / 2, menu->getContentSize().height - 110 - (30 * 2)) - ccp(180 / 2, 0) + ccp(10, 0));
//static_cast<geode::InputNode*>(menu->getChildByID("speedhack-top"))->getInput()->setDelegate(this);

auto trash = CCMenuItemSpriteExtra::create(CCSprite::createWithSpriteFrameName("GJ_trashBtn_001.png"), menu, menu_selector(Speedhack::clear));
Expand Down

0 comments on commit 2fea58f

Please sign in to comment.