Add extra variants & Splash change (#14)

This commit is contained in:
NormalFery 2024-10-24 13:41:03 +01:00 committed by GitHub
parent 18b1fb28bb
commit 74a60211f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ public class SplashTextResourceSupplierMixin {
bdSplash.add("Happy Birthday, Blurry!");
}
if (now.getMonth() == Month.NOVEMBER && now.getDayOfMonth() == 8) {
bdSplash.add("Happy Birthday, Fery!");
}
if (!bdSplash.isEmpty()) {
cir.setReturnValue(bdSplash);
} else {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB