Skip to content

Commit

Permalink
update circle button textures
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Feb 21, 2024
1 parent 831073f commit 59ca783
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified resources/BI_altBtn_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/BI_blankBtn_001.png
Binary file not shown.
Binary file modified resources/BI_historyBtn_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/BI_mainButton_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/hooks/RewardsPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class $modify(BIRewardsPage, RewardsPage) {
this,
menu_selector(BIRewardsPage::onRewardsPageHistory)
);
historyBtn->setPosition({-147,-88});
historyBtn->setPosition({-147,-87});
this->m_buttonMenu->addChild(historyBtn);
historyBtn->setID("history-button"_spr);

Expand Down

0 comments on commit 59ca783

Please sign in to comment.