Skip to content

Commit 41801f1

Browse files
committed
bump ver
1 parent 41ae8a2 commit 41801f1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## <cj>v1.5.3</c> <cb>(2025-06-25)</c>
3+
* <cg>Updated</c> geode to support iOS JIT-less.
4+
* <cy>Fixed</c> background colors not working for some backgrounds.
5+
26
## <cj>v1.5.2</c> <cb>(2025-05-21)</c>
37
* <cg>Added</c> option to hide the connected notification.
48
* <cr>Removed</c> demon list warning if the level wasn't found on the demon list.

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"geode": "4.4.0",
3-
"version": "v1.5.2",
2+
"geode": "4.6.0",
3+
"version": "v1.5.3",
44
"gd": {
55
"win": "2.2074",
66
"mac": "2.2074",

src/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include <Geode/modify/CreatorLayer.hpp>
66
#include <Geode/modify/CCSprite.hpp>
7-
//#include <Geode/modify/CCScale9Sprite.hpp>
7+
#include <Geode/modify/CCScale9Sprite.hpp>
88
#include <Geode/modify/MenuLayer.hpp>
99
#include <Geode/loader/Log.hpp>
1010
#include <Geode/utils/web.hpp>
@@ -582,7 +582,7 @@ class $modify(UtilCCSprite, CCSprite) {
582582
return ret;
583583
}
584584
};
585-
/*
585+
586586
// Child background
587587
class $modify(UtilCCScale9, cocos2d::extension::CCScale9Sprite) {
588588
static cocos2d::extension::CCScale9Sprite* create(char const* name, CCRect rect) {
@@ -667,7 +667,7 @@ class $modify(UtilCCScale9, cocos2d::extension::CCScale9Sprite) {
667667
return ret;
668668
}
669669
};
670-
*/
670+
671671
//bool is_dailychest_ready = false;
672672
bool is_socketserver_started = false;
673673
class $modify(MenuLayer) {

0 commit comments

Comments
 (0)