We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328995e commit 71505bdCopy full SHA for 71505bd
src/main.cpp
@@ -279,7 +279,7 @@ class $modify(MyEndLevelLayer, EndLevelLayer) {
279
else if (scale > Mod::get()->getSettingValue<double>("maxScale")) { scale = Mod::get()->getSettingValue<double>("maxScale"); }
280
#ifdef GEODE_IS_MOBILE
281
std::regex quotePattern("\".+\"");
282
- if (std::regex_match(std::string(randomString), quotePattern)) { scale = scale * .75f; }
+ if (std::regex_match(std::string(randomString), quotePattern)) { scale = scale * .5f; }
283
#endif
284
285
endTextLabel->setScale(scale);
0 commit comments