Skip to content

Commit 24fefc6

Browse files
authored
silly me :P
1 parent d072128 commit 24fefc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/menu/src/OptionMenu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ bool OptionMenu::init() {
192192

193193
auto fBtnY = 0.f;
194194
for (auto const& filterBtn : filterBtns) {
195-
if (auto btnSprite = ButtonSprite::create(filterBtn.label, 125, true, "bigFont.fnt", "GJ_button_01.png", 0.f, 0.8f)) {
195+
if (auto btnSprite = ButtonSprite::create(filterBtn.label, 150, true, "bigFont.fnt", "GJ_button_01.png", 0.f, 0.8f)) {
196196
btnSprite->m_label->setColor(filterBtn.color);
197197
btnSprite->setScale(0.8f);
198198

@@ -299,7 +299,7 @@ bool OptionMenu::init() {
299299
);
300300
}
301301
);
302-
discordBtn->setID("support-btn");
302+
discordBtn->setID("discord-btn");
303303
discordBtn->setPosition({ mainLayerSize.width - 45.f, mainLayerSize.height - 20.f });
304304

305305
m_buttonMenu->addChild(discordBtn);

0 commit comments

Comments
 (0)