Skip to content

Commit 74b4a4a

Browse files
committed
gdcp mod and previews
1 parent dfabe41 commit 74b4a4a

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

mod.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,12 @@
457457
"type": "bool",
458458
"default": false
459459
},
460+
"gdcpteam.challenge-list/GDCPListLayer": {
461+
"name": "GDCPListLayer",
462+
"description": "GDCPListLayer",
463+
"type": "bool",
464+
"default": true
465+
},
460466
"other-title": {
461467
"type": "title",
462468
"name": "Other"
942 KB
Loading
1.1 MB
Loading

src/Tags.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ class Tags {
7373
{"gdutilsdevs.gdutils-MoreLeaderboards", 57},
7474
{"teamtcm.geometry-dash-odyssey-GJShopLayer-Carp", 58},
7575
{"cvolton.betterinfo-LeaderboardViewLayer", 59},
76-
{"lblazen.gdps_hub-GDPSHubLayer", 60}
76+
{"lblazen.gdps_hub-GDPSHubLayer", 60},
77+
{"gdcpteam.challenge-list-GDCPListLayer", 61}
7778
};
7879

7980
log::debug("Tag map populated with {} entries.", m_tagMap.size());
@@ -140,7 +141,8 @@ class Tags {
140141
{57, "gdutilsdevs.gdutils-MoreLeaderboards"},
141142
{58, "teamtcm.geometry-dash-odyssey-GJShopLayer-Carp"},
142143
{59, "cvolton.betterinfo-LeaderboardViewLayer"},
143-
{60, "lblazen.gdps_hub-GDPSHubLayer"}
144+
{60, "lblazen.gdps_hub-GDPSHubLayer"},
145+
{61, "gdcpteam.challenge-list-GDCPListLayer"}
144146
};
145147

146148
log::debug("String map populated with {} entries.", m_stringMap.size());

src/layers/GYSettingSelectLayer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ bool GYSettingSelectLayer::init() {
173173
{ "Texture Workshop", "Uproxide", "uproxide.textures" },
174174
{ "Geometry Dash: Odyssey", "chumiu", "teamtcm.geometry-dash-odyssey" },
175175
{ "GDUtils", "Jouca & Firee", "gdutilsdevs.gdutils" },
176-
{ "GDPS Hub", "GDPS Hub Team & km7dev", "lblazen.gdps_hub" },
176+
{ "GDPS Hub", "GDPS Hub Team + 2 more", "lblazen.gdps_hub" },
177+
{ "GDCP List Integration", "GDCP Team + 2 more", "gdcpteam.challenge-list" },
177178
};
178179

179180
for (const auto& [name, author, id] : modData) {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <Geode/Geode.hpp>
2+
#include "../../SwelvyBG.hpp"
3+
#include <alphalaneous.alphas_geode_utils/include/NodeModding.h>
4+
5+
using namespace geode::prelude;
6+
7+
SET_SWELVY(GDCPListLayer, "gdcpteam.challenge-list/GDCPListLayer", "background");

0 commit comments

Comments
 (0)