File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44#### Changes
55- ** Updated** Geode compatibility to version ` 4.6.3 `
66- ** Added** promotional container for parent Team Project, if any, in information pop-up for independent levels
7+ - ** Reworked** showcase menu in Team Project information pop-up
78- ** Fixed** thumbnail error for Team levels in Team Project information pop-up
89- Team Projects may now show a customized thumbnail on the Team Project information pop-up
910
Original file line number Diff line number Diff line change @@ -18,9 +18,11 @@ class ProjectInfoPopup : public geode::Popup<> {
1818
1919protected:
2020 std::string m_avalPublisher = " Avalanche" ;
21+ std::string m_linkedPublisher = " Avalanche" ;
2122 std::string m_cornerArtType = " rewardCorner_001.png" ;
2223
2324 Project m_avalProject;
25+ Project m_linkedProject;
2426
2527 GJGameLevel* m_level;
2628
@@ -35,5 +37,8 @@ class ProjectInfoPopup : public geode::Popup<> {
3537
3638 void onPlayShowcase (CCObject*);
3739
40+ void infoPopupLinked (CCObject*);
41+ void onPlayShowcaseLinked (CCObject*);
42+
3843 bool setup () override ;
3944};
You can’t perform that action at this time.
0 commit comments