Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 11, 2024
1 parent 8b15a5f commit 186bf4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.*;

/**
* This class is responsible for triggering the animation and animating the splash text.
*/
@Mixin(SplashTextRenderer.class)
class SplashTextAnimator {
/**
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/bounced.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"AccessibilityOnboardingTrigger",
"LogoDrawerAnimator",
"SplashTextAnimator",
"SplashTextTranslator",
"TitleScreenTrigger",
"Trigger"
],
Expand Down

0 comments on commit 186bf4b

Please sign in to comment.