Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Pos
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhXd committed Jan 20, 2024
1 parent b3da486 commit d1913ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LoadingMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ else {
}
// Creates the Menu
auto SearchMenu = Build<CCMenu>::create()
.pos({ winSize.width - 428, 1.500f})
.pos(winSize.width - 189, 1.500f)
.scale(0.75f)
.contentSize({winSize.width, 104.500f})
.contentSize({250.000f, 104.500f})
.anchorPoint({0, 0})
.parent(this)
.layout(
Expand Down

0 comments on commit d1913ce

Please sign in to comment.