Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 authored Dec 10, 2024
1 parent d66d6df commit 6c2e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/ui/mods/events/EventWinnerAnimation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bool EventWinnerAnimation::init() {
CCSpawn::createWithTwoActions(
CCSpawn::createWithTwoActions(
ShakeyWakey::create(2.f),
CCScaleTo::create(2.f, 2.f),
CCScaleTo::create(2.f, 2.f)
),
CCTintTo::create(2.f, 255, 255, 255)
),
Expand Down

0 comments on commit 6c2e1a9

Please sign in to comment.