You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For external mods that really don't like you to modify the background of a specific menu, you can use the following example. This shows how to hook into `cvolton.betterinfo/CustomCreatorLayer` to add a custom background.
93
93
94
-
Please do not do this unless like in this example it's the only way since Viper_Hookclass won't work on it!
94
+
Please do not do this unless like in this example it's the only way since HookClass won't work on it!
95
95
96
96
```cpp
97
97
#include <Geode/Geode.hpp>
98
98
#include "../../SwelvyBG.hpp"
99
-
#include "../../Hooks/Hooker.hpp"
99
+
#include <external-hook-api/HookClass.hpp>
100
100
using namespace geode::prelude;
101
101
// class name to store in code, Hook to (the real layer id)
0 commit comments