mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2026-03-22 00:26:29 +00:00
chore: bump version number
This commit is contained in:
@@ -20,7 +20,10 @@ pub fn update_score(
|
||||
return;
|
||||
}
|
||||
|
||||
score.0 = calculate_score(hightes_floor.0, floor_timer.elapsed_secs());
|
||||
score.0 = calculate_score(
|
||||
hightes_floor.0.saturating_sub(1),
|
||||
floor_timer.elapsed_secs(),
|
||||
);
|
||||
}
|
||||
|
||||
pub fn update_score_display(
|
||||
|
||||
Reference in New Issue
Block a user