We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adedf52 commit b133e25Copy full SHA for b133e25
.github/workflows/build.yml
@@ -32,9 +32,9 @@ jobs:
32
- uses: actions/checkout@v3
33
34
- name: Build the mod
35
- uses: geode-sdk/build-geode-mod@main
+ uses: Prevter/build-geode-mod@main
36
+ #uses: geode-sdk/build-geode-mod@main
37
with:
- uses: Prevter/build-geode-mod@main
38
bindings: 'TheSillyDoggo/bindings'
39
export-pdb: true
40
combine: true
src/Hacks/TransparentBG.cpp
@@ -74,8 +74,6 @@ class $modify (AppDelegate)
74
75
if (auto b = typeinfo_cast<CCSprite*>(l->getChildren()->objectAtIndex(0)))
76
{
77
- log::info("bg: {}", b);
78
-
79
if (getNodeName(b).starts_with("cocos2d::CCSprite"))
80
81
if (b->getColor().r == 0 && b->getColor().g == 102 && b->getColor().b == 255)
0 commit comments