Skip to content

Commit

Permalink
Merge pull request #13 from M336G/main
Browse files Browse the repository at this point in the history
Add level leaderboards cells to list-cell color changes
  • Loading branch information
Alphalaneous authored Sep 5, 2024
2 parents fe36a2a + 6fa5600 commit 599a0db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nodes/CellColors.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <Geode/modify/StatsCell.hpp>
#include <Geode/modify/GJMessageCell.hpp>
#include <Geode/modify/GJUserCell.hpp>
#include <Geode/modify/GJLevelScoreCell.hpp>

#include "../Macros.h"

Expand All @@ -25,5 +26,6 @@ setCellColors(AchievementCell, loadFromDict, CCDictionary);
setCellColors(StatsCell, loadFromObject, StatsObject);
setCellColors(GJMessageCell, loadFromMessage, GJUserMessage);
setCellColors(MapPackCell, loadFromMapPack, GJMapPack);
setCellColors(GJLevelScoreCell, loadFromScore, GJUserScore);

#endif

0 comments on commit 599a0db

Please sign in to comment.