Skip to content

Commit df919d6

Browse files
committed
md
1 parent 92407b2 commit df919d6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A plethora of ways to ruin your gaming experience...
88
---
99

1010
## About
11-
This silly lil' mod adds a mod menu filled to the brim with **over 30 crazy troll options**! Spice up your gameplay by adding some truly terrible features to absolutely wreck your entire game.
11+
This silly lil' mod adds a mod menu filled to the brim with **over 30 crazy troll options** to mes around with! Spice up your gameplay by adding some truly terrible features to absolutely wreck your entire game.
1212

1313
---
1414

@@ -37,7 +37,7 @@ Disturb the player's accessibility to the gameplay.
3737
Probably the worst of it all...
3838

3939
> [!WARNING]
40-
> *Please keep in mind that certain game settings and hacks from mod menus may interfere with parts of this mod's functionality.*
40+
> *Please keep in mind that certain game settings and hacks from mod menus may interfere with certain parts of this mod's functionality.*
4141
4242
---
4343

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
---
77

88
## About
9-
This silly lil' mod adds a mod menu filled to the brim with **over 30 crazy troll options**! Spice up your gameplay by adding some truly terrible features to absolutely wreck your entire game.
9+
This silly lil' mod adds a mod menu filled to the brim with **over 30 crazy troll options** to mess around with! Spice up your gameplay by adding some truly terrible features to absolutely wreck your entire game.
1010

1111
---
1212

@@ -33,7 +33,7 @@ Disturb the player's accessibility to the gameplay.
3333
#### Misc
3434
Probably the worst of it all...
3535

36-
> ![⚠️](frame:geode.loader/info-warning.png?scale=0.375) <cy>*Please keep in mind that certain game settings and hacks from mod menus may interfere with parts of this mod's functionality.*</c>
36+
> ![⚠️](frame:geode.loader/info-warning.png?scale=0.375) <cy>*Please keep in mind that certain game settings and hacks from mod menus may interfere with certain parts of this mod's functionality.*</c>
3737
3838
---
3939

src/classes/Colors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace horrible {
99
namespace colors {
1010
inline constexpr ccColor3B white = { 255, 255, 255 };
1111
inline constexpr ccColor3B gray = { 150, 150, 150 };
12-
inline constexpr ccColor3B red = { 255, 50, 50 };
12+
inline constexpr ccColor3B red = { 255, 75, 75 };
1313
inline constexpr ccColor3B yellow = { 250, 250, 25 };
1414
inline constexpr ccColor3B green = { 100, 255, 100 };
1515
inline constexpr ccColor3B cyan = { 10, 175, 255 };

src/hooks/PlayerObject/Sticky.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class $modify(StickyPlayerObject, PlayerObject) {
2828
if (auto pl = PlayLayer::get()) {
2929
m_fields->m_clickLabel = CCLabelBMFont::create("Press again to un-stick!", "bigFont.fnt", pl->getScaledContentWidth() - 12.5f);
3030
m_fields->m_clickLabel->setID("sticky-alert"_spr);
31-
m_fields->m_clickLabel->setScale(0.5f);
31+
m_fields->m_clickLabel->setScale(0.625f);
3232
m_fields->m_clickLabel->setAnchorPoint({ 0.5, 0 });
33-
m_fields->m_clickLabel->setPosition({ getScaledContentWidth() / 2.f, 25.f });
33+
m_fields->m_clickLabel->setPosition({ pl->getScaledContentWidth() / 2.f, 25.f });
3434
m_fields->m_clickLabel->setVisible(false);
3535

3636
auto seq = CCSequence::create(

0 commit comments

Comments
 (0)