Skip to content

Commit

Permalink
erymanthus is smart + new previews
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgRod committed Jan 12, 2025
1 parent de7f132 commit 7e3ab38
Show file tree
Hide file tree
Showing 12 changed files with 24,885 additions and 35 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ CPMAddPackage(
)
target_link_libraries(${PROJECT_NAME} external-hook-api)

CPMAddPackage("gh:nlohmann/[email protected]")
target_link_libraries(${PROJECT_NAME} nlohmann_json::nlohmann_json)

add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)

setup_geode_mod(${PROJECT_NAME})
74 changes: 58 additions & 16 deletions res/layers.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,62 @@
{
"mods": [
"gd",
"cvolton.betterinfo",
"dankmeme.globed2",
"geode.loader",
"geode.texture-loader",
"hiimjustin000.integrated_demonlist",
"km7dev.gdps-switcher",
"limegradient.betterachievements",
"minemaker0430.gddp_integration",
"omgrod.garage_plus",
"omgrod.gdstream",
"omgrod.geodify",
"thesillydoggo.newgrounds_explorer",
"uproxide.textures"
],
"mods": {
"gd": {
"name": "Geometry Dash",
"author": "RobTop"
},
"cvolton.betterinfo": {
"name": "BetterInfo",
"author": "Cvolton"
},
"dankmeme.globed2": {
"name": "Globed",
"author": "dankmeme"
},
"geode.loader": {
"name": "Geode",
"author": "Geode Team"
},
"geode.texture-loader": {
"name": "Texture Loader",
"author": "Geode Team"
},
"hiimjustin000.integrated_demonlist": {
"name": "Integrated Demonlist",
"author": "hiimjustin000"
},
"km7dev.gdps-switcher": {
"name": "GDPS Switcher",
"author": "km7dev"
},
"limegradient.betterachievements": {
"name": "BetterAchievements",
"author": "limegradient"
},
"minemaker0430.gddp_integration": {
"name": "GDDP Integration",
"author": "Minemaker0430"
},
"omgrod.garage_plus": {
"name": "Garage Plus",
"author": "OmgRod"
},
"omgrod.gdstream": {
"name": "GDStream",
"author": "OmgRod"
},
"omgrod.geodify": {
"name": "Geodify",
"author": "OmgRod"
},
"thesillydoggo.newgrounds_explorer": {
"name": "Newgrounds Explorer",
"author": "TheSillyDoggo"
},
"uproxide.textures": {
"name": "Texture Workshop",
"author": "Uproxide"
}
},
"layers": {
"1": {
"name": "MenuLayer",
Expand Down
Binary file added res/previews/EditLevelLayerPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/previews/LevelAreaInnerLayerPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/previews/LevelAreaLayerPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/previews/LevelListLayerPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added res/previews/LevelSelectLayerPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/previews/SecretLayer4Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/previews/SecretLayerPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7e3ab38

Please sign in to comment.