Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -282,7 +282,7 @@ pub const SCORE_NO_UNDO_BONUS: i32 = 25;
|
||||
/// Time bonus ({m:ss}) +{time_bonus}
|
||||
/// No-undo bonus +{no_undo_bonus}
|
||||
/// Mode multiplier ({mode} ×N) ×{multiplier}
|
||||
/// ─────────────────────────────────
|
||||
/// -----------------
|
||||
/// Total {total}
|
||||
/// ```
|
||||
///
|
||||
@@ -1019,11 +1019,11 @@ fn spawn_score_breakdown(
|
||||
row_index += 1;
|
||||
}
|
||||
|
||||
// 5. Separator — em-dashes spanning the visual width.
|
||||
// 5. Separator — ASCII dashes spanning the visual width.
|
||||
spawn_breakdown_row(
|
||||
card,
|
||||
"─────────────────",
|
||||
"─────".to_string(),
|
||||
"-----------------",
|
||||
"-----".to_string(),
|
||||
TEXT_SECONDARY,
|
||||
anim_speed,
|
||||
stagger * row_index as f32,
|
||||
|
||||
Reference in New Issue
Block a user