We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4599f3a commit d264e50Copy full SHA for d264e50
changelog.md
@@ -1,3 +1,6 @@
1
+### v1.1.1
2
+- Crashfix
3
+
4
### v1.1.0
5
- Fix text being cut off on wider screens while having restrict width on
6
- Fix weirdness with Prism Menu
src/changeDesign.cpp
@@ -82,7 +82,7 @@ void DeltaruneAlertLayer::changeText() {
82
if (!m_fields->textArea) return;
83
m_fields->textArea->removeFromParent();
84
85
- bool noShadow = Mod::get()->getSettingValue<bool>("noShadow");
+ bool noShadow = Mod::get()->getSettingValue<bool>("noShadow") || m_fields->textSound == "Sans" || m_fields->textSound == "Papyrus";
86
87
CCLabelBMFont* star = CCLabelBMFont::create("*", "Determination.fnt"_spr);
88
CCLabelBMFont* starShadow = nullptr;
0 commit comments