feat: staggered star reveal and near-miss progress ring
Stars on win now appear sequentially with elastic-bounce via TweenAnimationBuilder (400/650/900 ms). Lost overlay shows a CircularProgressIndicator ring with "87% complete!" (l10n: almostThere) when objectiveProgress > 0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,5 +20,13 @@
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"almostThere": "{percent}% complete!",
|
||||
"@almostThere": {
|
||||
"placeholders": {
|
||||
"percent": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-1
@@ -13,5 +13,6 @@
|
||||
"giveUp": "포기하기",
|
||||
"playAgain": "다시 하기",
|
||||
"nextStage": "다음 스테이지",
|
||||
"streakMilestone": "{days}일 연속 플레이! 대단해요!"
|
||||
"streakMilestone": "{days}일 연속 플레이! 대단해요!",
|
||||
"almostThere": "{percent}% 달성!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user