Skip to content

Commit

Permalink
Android test
Browse files Browse the repository at this point in the history
  • Loading branch information
iArtie committed Jul 14, 2024
1 parent f8af727 commit 542835f
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 356 deletions.
2 changes: 1 addition & 1 deletion src/MoreGamesLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void MoreGamesLayer::onCallback(CCObject* sender) {


void MoreGamesLayer::onMeltdown(CCObject* sender) {
CCScene* scene = ownLevelSelectLayer::scene(1);
CCScene* scene = ownLevelSelectLayer::scene(0);
Mod::get()->setSavedValue("onsubzero", 2);
CCTransitionFade* fade = CCTransitionFade::create(0.5f, scene);

Expand Down
Loading

0 comments on commit 542835f

Please sign in to comment.