Skip to content

Commit

Permalink
hot new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Aug 16, 2024
1 parent b6b4753 commit 5896046
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ build-*/

# Bruh
logo.pdn
old
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(FakeRate VERSION 1.4.1)
project(FakeRate VERSION 1.4.2)

add_library(${PROJECT_NAME} SHARED
src/FakeRate.cpp
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Fake Rate
A mod that allows you to assign a fake rating to online levels.

# Features
## Features
- Ability to give online levels a fake rating, which can be done either through a button in the level info screen or by editing save data
- A popup that allows you to independently rate the level's difficulty, stars, feature status, and coin verification status
- Support for Grandpa Demon, Demons In Between, and GDDP Integration
- Support for More Difficulties, Grandpa Demon, Demons In Between, and GDDP Integration

# Credits
- [Uproxide](https://gdbrowser.com/u/25397826) - Some inspiration for the mod
- [hiimjustin000](https://gdbrowser.com/u/7466002) - Creator of the mod and the Demons In Between mod
## Credits
- [Uproxide](https://gdbrowser.com/u/25397826) - Creator of the More Difficulties mod
- [ItzKiba](https://gdbrowser.com/u/4569963) - Creator of the Grandpa Demon mod
- [Minemaker0430](https://gdbrowser.com/u/6635071) - Creator of the GDDP Integration mod
- [hiimjustin000](https://gdbrowser.com/u/7466002) - Creator of the Demons In Between mod and this mod

# Gallery
## Gallery
![Fake Rate Popup](./resources/fake-rate-popup.png)\
![Difficulty Popup](./resources/difficulty-popup.png)\
![Grandpa Demon Popup](./resources/grd-popup.png)\
Expand All @@ -21,5 +21,5 @@ A mod that allows you to assign a fake rating to online levels.
![Stars Popup](./resources/stars-popup.png)\
![Feature Popup](./resources/feature-popup.png)

# License
## License
This mod is licensed under the [MIT License](./LICENSE).
12 changes: 6 additions & 6 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Fake Rate
A mod that allows you to assign a fake rating to online levels.

# Features
## Features
- Ability to give online levels a fake rating, which can be done either through a button in the level info screen or by editing save data
- A popup that allows you to independently rate the level's difficulty, stars, feature status, and coin verification status
- Support for Grandpa Demon, Demons In Between, and GDDP Integration
- Support for More Difficulties, Grandpa Demon, Demons In Between, and GDDP Integration

# Credits
- [Uproxide](user:25397826) - Some inspiration for the mod
- [hiimjustin000](user:7466002) - Creator of the mod and the Demons In Between mod
## Credits
- [Uproxide](user:25397826) - Creator of the More Difficulties mod
- [ItzKiba](user:4569963) - Creator of the Grandpa Demon mod
- [Minemaker0430](user:6635071) - Creator of the GDDP Integration mod
- [hiimjustin000](user:7466002) - Creator of the Demons In Between mod and this mod

# Gallery
## Gallery
![Fake Rate Popup](hiimjustin000.fake_rate/fake-rate-popup.png?scale=0.9)\
![Difficulty Popup](hiimjustin000.fake_rate/difficulty-popup.png?scale=0.9)\
![Grandpa Demon Popup](hiimjustin000.fake_rate/grd-popup.png?scale=1.2)\
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Fake Rate Changelog
## v1.4.2 (2024-08-16)
- Changed the logo to reflect the new supercharged updates

## v1.4.1 (2024-08-16)
- Fixed a bug where the game would crash if a grandpa demon rate was removed
- Fixed a bug where the fake rate popup would sometimes not identify grandpa demons correctly
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"win": "2.206",
"mac": "2.206"
},
"version": "v1.4.1",
"version": "v1.4.2",
"id": "hiimjustin000.fake_rate",
"name": "Fake Rate",
"developer": "hiimjustin000",
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class $modify(FRLevelInfoLayer, LevelInfoLayer) {

auto bgNum = 0;
if (isSpriteName(child, "itzkiba.grandpa_demon/GrD_demon4_bg.png") &&
child->getID().find("hiimjustin000.fake_rate/grandpa-background") == std::string::npos) {
child->getID().find("grandpa-background"_spr) == std::string::npos) {
if (child->getID() == "") child->setID(fmt::format("grd-bg-{}", ++bgNum));
if (child->getID() == "grd-bg-1") child->setVisible(remove);
else if (child->getID() == "grd-bg-2") child->setVisible(remove);
Expand All @@ -143,7 +143,7 @@ class $modify(FRLevelInfoLayer, LevelInfoLayer) {

auto particleNum = 0;
if (typeinfo_cast<CCParticleSystemQuad*>(child) && child->getPositionY() == winSize.height / 2 + 76.0f &&
child->getID().find("hiimjustin000.fake_rate/grandpa-particles") == std::string::npos) {
child->getID().find("grandpa-particles"_spr) == std::string::npos) {
if (child->getID() == "") child->setID(fmt::format("grd-particles-{}", ++particleNum));
if (child->getID() == "grd-particles-1") child->setVisible(remove);
else if (child->getID() == "grd-particles-2") child->setVisible(remove);
Expand Down

0 comments on commit 5896046

Please sign in to comment.