Skip to content

Commit

Permalink
actually move that up just a tiny bit ahhh that's perfect ooo yeah baby
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Feb 10, 2024
1 parent fe65a38 commit 645ff16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/about/AboutBEPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ bool AboutBEPopup::setup() {

auto developedBy = CCLabelBMFont::create("Developed by", "goldFont.fnt");
developedBy->setScale(.7f);
m_mainLayer->addChildAtPosition(developedBy, Anchor::Center, ccp(0, 80));
m_mainLayer->addChildAtPosition(developedBy, Anchor::Center, ccp(0, 85));

auto hjfod = Dev {
.name = "HJfod",
Expand All @@ -69,7 +69,7 @@ bool AboutBEPopup::setup() {
{ "geode.loader/gift.png", "https://ko-fi.com/hjfod" },
}
}.create(this, true);
m_mainLayer->addChildAtPosition(hjfod, Anchor::Center, ccp(0, 50));
m_mainLayer->addChildAtPosition(hjfod, Anchor::Center, ccp(0, 55));

auto credits = CCLabelBMFont::create("Credits", "goldFont.fnt");
credits->setScale(.6f);
Expand Down

0 comments on commit 645ff16

Please sign in to comment.