We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d38c5 commit 0f148dfCopy full SHA for 0f148df
README.md
@@ -77,6 +77,20 @@ using namespace geode::prelude;
77
SET_SWELVY(GlobedLevelListLayer, "dankmeme.globed2/GlobedLevelListLayer", "background");
78
79
```
80
+
81
+If the layer you're attempting to hook doesnt have an ID for its background, use `SET_SWELVY_SPRITE`.
82
83
+```cpp
84
+#include <Geode/Geode.hpp>
85
+#include "../../SwelvyBG.hpp"
86
+#include <alphalaneous.alphas_geode_utils/include/NodeModding.h>
87
88
+using namespace geode::prelude;
89
90
+SET_SWELVY_SPRITE(GlobedLevelListLayer, "dankmeme.globed2/GlobedLevelListLayer");
91
92
+```
93
94
This way is new from v2.0.0+!
95
96
### Registering Layers
0 commit comments