Skip to content

Commit

Permalink
Update CellColors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jun 25, 2024
1 parent 6bd981f commit 3b9fc50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nodes/CellColors.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ using namespace geode::prelude;
setCellColors(LevelCell, loadFromLevel, GJGameLevel);
setCellColors(LevelListCell, loadFromList, GJLevelList);
setCellColors(GJScoreCell, loadFromScore, GJUserScore);

#ifndef GEODE_IS_MACOS

setCellColors(MapPackCell, loadFromMapPack, GJMapPack);

#endif

#endif

0 comments on commit 3b9fc50

Please sign in to comment.