Skip to content

Commit 9c7cb98

Browse files
committed
v1.0.11
1 parent abd3cd0 commit 9c7cb98

9 files changed

Lines changed: 7 additions & 2 deletions

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.0.11
2+
3+
* Fixed a crash involving **square.png** that crashed people who didn't have Texture Loader/Texture Packs loaded
4+
(How does this even happen???)
5+
16
# v1.0.10
27

38
* Titles have been renamed to Medals

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ios": "2.2074",
77
"mac": "2.2074"
88
},
9-
"version": "v1.0.10",
9+
"version": "v1.0.11",
1010
"id": "minemaker0430.gddp_integration",
1111
"name": "GDDP - Demon Progression",
1212
"developer": "ItsMochaTheOtter",
-327 KB
Binary file not shown.

resources/DP_Menu/DP_Roulette.xcf

-113 KB
Binary file not shown.

resources/DP_Menu/DP_Search.xcf

-492 KB
Binary file not shown.
-1.13 MB
Binary file not shown.
-1.18 MB
Binary file not shown.
-16.6 MB
Binary file not shown.

src/CustomText.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void CustomText::addGradient(ccColor3B color, float opacity, bool rotated) {
102102
}
103103

104104
//add a buffer for tall characters
105-
auto buffer = CCSprite::createWithSpriteFrameName("square.png");
105+
auto buffer = CCSprite::createWithSpriteFrameName("whiteSquare60_001.png");
106106
buffer->setColor(color);
107107
buffer->setOpacity(255 * opacity);
108108
buffer->setAnchorPoint({0.f, 0.f});

0 commit comments

Comments
 (0)