Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Oct 13, 2024
1 parent a9a7a1e commit abc221a
Show file tree
Hide file tree
Showing 48 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"geode": "3.6.1",
"geode": "3.8.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"id": "user95401.gemetry_trash",
"name": "Gemetry Trash",
"version": "v2.11.0",
"name": "Gemetry Trash v2.11 [ABANDONED]",
"version": "v838065827583.7378.6865827578698383",
"developer": "user95401",
"description": "",
"early-load": true,
Expand Down
Binary file modified resources/files/goldFont-hd.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 resources/files/goldFont-hd.png~
Binary file not shown.
Binary file modified resources/files/goldFont-uhd.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 resources/files/goldFont-uhd.png~
Binary file not shown.
Binary file modified resources/files/goldFont.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 resources/files/goldFont.png~
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed resources/sounds/menuLoops/menuLoop_rand KISS ME.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed resources/sounds/menuLoops/menuLoop_rand(asd1).mp3
Binary file not shown.
Binary file removed resources/sounds/menuLoops/menuLoop_rand(asd2).mp3
Binary file not shown.
Binary file removed resources/sounds/menuLoops/menuLoop_rand(asd3).mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified resources/sprites/GTPS_logo_001.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 resources/sprites/GTPS_logo_001.png~
Binary file not shown.
Binary file modified resources/sprites/GTPS_logo_002.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 resources/sprites/GTPS_logo_002.png~
Binary file not shown.
16 changes: 15 additions & 1 deletion src/_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,18 @@ class mouse_particle : public CCParticleSystemQuad {
};
};

#endif
#endif

#include <Geode/modify/LevelSelectLayer.hpp>
class $modify(LevelSelectLayerColor, LevelSelectLayer) {
$override cocos2d::ccColor3B colorForPage(int page) {
return GameToolbox::transformColor(LevelSelectLayer::colorForPage(page), cchsv(1, 0.5, 0.8, 0, 0));
}
};

#include <Geode/modify/MenuGameLayer.hpp>
class $modify(MenuGameLayerColors, MenuGameLayer) {
$override cocos2d::ccColor3B getBGColor(int p0) {
return GameToolbox::transformColor(MenuGameLayer::getBGColor(p0), cchsv(1, 0.5, 0.8, 0, 0));
}
};

0 comments on commit abc221a

Please sign in to comment.