Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Aug 7, 2024
1 parent bf84ae8 commit a343e71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Defines/Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@

#ifndef GEODE_IS_IOS
#define QOLMOD_ALL_MODES_PLATFORMER
#define QOLMOD_NO_SPIDER_DASH
#endif
6 changes: 5 additions & 1 deletion src/Hacks/NoSpiderTeleport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

using namespace geode::prelude;

#ifdef QOLMOD_NO_SPIDER_DASH

class $modify (PlayerObject)
{
void playSpiderDashEffect(cocos2d::CCPoint from, cocos2d::CCPoint to)
Expand All @@ -12,4 +14,6 @@ class $modify (PlayerObject)
}

QOLMOD_MOD_ALL_HOOKS("no-spider-dash")
};
};

#endif

0 comments on commit a343e71

Please sign in to comment.