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
"Makes the entire game blurry. I think you forgot your glasses.\n<cy>Required Blur API by the thesillydoggo mod installed.</c>\n<cl>Credit: ArcticWoof</c>",
18
+
category::obstructive,
19
+
SillyTier::Medium,
20
+
};
21
+
HORRIBLE_REGISTER_OPTION(o);
22
+
23
+
class $modify(BlurPlayLayer, PlayLayer) {
24
+
HORRIBLE_DELEGATE_HOOKS(id);
25
+
26
+
voidsetupHasCompleted() {
27
+
PlayLayer::setupHasCompleted();
28
+
29
+
auto colorLayer = CCLayerColor::create({0, 0, 0, 0});
0 commit comments