Skip to content

Commit

Permalink
aw man
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 11, 2024
1 parent 6519ae5 commit 5907aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.mm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class $modify(MenuLayer) {
void onMoreGames(CCObject*) {
std::string path = Mod::get()->getResourcesDir() / "geode-logo.png";
NSString *iconPath = to_nsstring(path);
setAppIcon(iconPath);
auto testspr = CCSprite::create(path.c_str());
this->addChild(testspr);
}
};

0 comments on commit 5907aeb

Please sign in to comment.