From 6d2557b22abb694971e3453650f46fd4431fe0d3 Mon Sep 17 00:00:00 2001 From: Capeling <113705504+Capeling@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:23:11 +0930 Subject: [PATCH] Fix bad 'top-right-menu' placement in MenuLayer (Node IDs) (#1103) * Fix bad 'top-right-menu' placement in MenuLayer (Node IDs) * Adjust height positioning by 10.f --- loader/src/ids/MenuLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/src/ids/MenuLayer.cpp b/loader/src/ids/MenuLayer.cpp index 2c65c563..d94426a6 100644 --- a/loader/src/ids/MenuLayer.cpp +++ b/loader/src/ids/MenuLayer.cpp @@ -159,7 +159,7 @@ $register_ids(MenuLayer) { // but prolly a place mods want to add stuff auto topRightMenu = CCMenu::create(); - topRightMenu->setPosition(winSize.width - 200.f / 2, winSize.height - 50.f / 2); + topRightMenu->setPosition(winSize.width - 210.f / 2, winSize.height - 50.f / 2); topRightMenu->setID("top-right-menu"); topRightMenu->setContentSize({ 200.f, 50.f }); topRightMenu->setLayout(