Skip to content

Commit 7e3ab38

Browse files
committed
erymanthus is smart + new previews
1 parent de7f132 commit 7e3ab38

12 files changed

+24885
-35
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ CPMAddPackage(
3131
)
3232
target_link_libraries(${PROJECT_NAME} external-hook-api)
3333

34-
CPMAddPackage("gh:nlohmann/[email protected]")
35-
target_link_libraries(${PROJECT_NAME} nlohmann_json::nlohmann_json)
36-
3734
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
3835

3936
setup_geode_mod(${PROJECT_NAME})

res/layers.json

Lines changed: 58 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,62 @@
11
{
2-
"mods": [
3-
"gd",
4-
"cvolton.betterinfo",
5-
"dankmeme.globed2",
6-
"geode.loader",
7-
"geode.texture-loader",
8-
"hiimjustin000.integrated_demonlist",
9-
"km7dev.gdps-switcher",
10-
"limegradient.betterachievements",
11-
"minemaker0430.gddp_integration",
12-
"omgrod.garage_plus",
13-
"omgrod.gdstream",
14-
"omgrod.geodify",
15-
"thesillydoggo.newgrounds_explorer",
16-
"uproxide.textures"
17-
],
2+
"mods": {
3+
"gd": {
4+
"name": "Geometry Dash",
5+
"author": "RobTop"
6+
},
7+
"cvolton.betterinfo": {
8+
"name": "BetterInfo",
9+
"author": "Cvolton"
10+
},
11+
"dankmeme.globed2": {
12+
"name": "Globed",
13+
"author": "dankmeme"
14+
},
15+
"geode.loader": {
16+
"name": "Geode",
17+
"author": "Geode Team"
18+
},
19+
"geode.texture-loader": {
20+
"name": "Texture Loader",
21+
"author": "Geode Team"
22+
},
23+
"hiimjustin000.integrated_demonlist": {
24+
"name": "Integrated Demonlist",
25+
"author": "hiimjustin000"
26+
},
27+
"km7dev.gdps-switcher": {
28+
"name": "GDPS Switcher",
29+
"author": "km7dev"
30+
},
31+
"limegradient.betterachievements": {
32+
"name": "BetterAchievements",
33+
"author": "limegradient"
34+
},
35+
"minemaker0430.gddp_integration": {
36+
"name": "GDDP Integration",
37+
"author": "Minemaker0430"
38+
},
39+
"omgrod.garage_plus": {
40+
"name": "Garage Plus",
41+
"author": "OmgRod"
42+
},
43+
"omgrod.gdstream": {
44+
"name": "GDStream",
45+
"author": "OmgRod"
46+
},
47+
"omgrod.geodify": {
48+
"name": "Geodify",
49+
"author": "OmgRod"
50+
},
51+
"thesillydoggo.newgrounds_explorer": {
52+
"name": "Newgrounds Explorer",
53+
"author": "TheSillyDoggo"
54+
},
55+
"uproxide.textures": {
56+
"name": "Texture Workshop",
57+
"author": "Uproxide"
58+
}
59+
},
1860
"layers": {
1961
"1": {
2062
"name": "MenuLayer",
416 KB
Loading
488 KB
Loading
576 KB
Loading
588 KB
Loading
File renamed without changes.
325 KB
Loading
201 KB
Loading
123 KB
Loading

0 commit comments

Comments
 (0)