Skip to content

Commit 22c5414

Browse files
blur but cheese brokie the blur
1 parent 26204d2 commit 22c5414

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/hooks/PlayLayer/BlurGame.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <Geode/Geode.hpp>
44

55
#include <Geode/modify/PlayLayer.hpp>
6+
#include "util/Blur.hpp"
67

78
using namespace geode::prelude;
89
using namespace horrible::prelude;
@@ -23,13 +24,13 @@ class $modify(BlurPlayLayer, PlayLayer) {
2324

2425
void setupHasCompleted() {
2526
PlayLayer::setupHasCompleted();
26-
27+
2728
auto colorLayer = CCLayerColor::create({0, 0, 0, 0});
2829
colorLayer->setID("blur-color-layer"_spr);
2930
colorLayer->setContentSize({getScaledContentWidth(), getScaledContentHeight()});
3031
colorLayer->setPosition({0, 0});
31-
32-
m_uiLayer->addChild(colorLayer, 98);
32+
33+
m_uiLayer->addChild(colorLayer, 100);
3334

3435
blur::addBlur(colorLayer);
3536
};

0 commit comments

Comments
 (0)