From 31d175ee729ce0afacf5a996de4fb2181d437179 Mon Sep 17 00:00:00 2001 From: OmgRod <89850217+OmgRod@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:02:33 +0000 Subject: [PATCH 1/2] bump to v5 --- mod.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mod.json b/mod.json index 5d39309..7b70044 100644 --- a/mod.json +++ b/mod.json @@ -1,10 +1,10 @@ { - "geode": "4.9.0", + "geode": "5.0.0-alpha.1", "gd": { - "win": "2.2074", - "android": "2.2074", - "mac": "2.2074", - "ios": "2.2074" + "win": "2.2081", + "android": "2.2081", + "mac": "2.2081", + "ios": "2.2081" }, "version": "v1.4.10", "id": "alphalaneous.pages_api", @@ -29,4 +29,4 @@ "community": "https://discord.gg/Txn2CA5dHF" }, "tags": ["developer"] -} \ No newline at end of file +} From 327b53ae753c4a0291e6da6d3fedc9676d7a56cf Mon Sep 17 00:00:00 2001 From: OmgRod <89850217+OmgRod@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:21:46 +0000 Subject: [PATCH 2/2] screw the new geode changes --- src/PageMenu.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PageMenu.cpp b/src/PageMenu.cpp index 310e269..2fe2882 100644 --- a/src/PageMenu.cpp +++ b/src/PageMenu.cpp @@ -140,9 +140,9 @@ void PageMenu::setPaged(int count, PageOrientation orientation, float max, float } setPage(fields->m_currentPage); - if (Layout* layout = getLayout()) { - layout->ignoreInvisibleChildren(true); - } + // if (Layout* layout = getLayout()) { + // layout->ignoreInvisibleChildren(true); + // } updateLayout(); addArrowButtons(); } @@ -246,4 +246,4 @@ void PageMenu::prevPage(CCObject* obj) { fields->m_currentPage--; if (fields->m_currentPage < 0) fields->m_currentPage = fields->m_pageCount - 1; setPage(fields->m_currentPage); -} \ No newline at end of file +}