mirror of
https://github.com/encounter/dtk-template.git
synced 2025-07-01 10:53:32 +00:00
Remove "collected" from fancy progress message
This commit is contained in:
parent
a739a4f915
commit
182de95dae
@ -1235,7 +1235,7 @@ def calculate_progress(config: ProjectConfig) -> None:
|
||||
print(f" Data: {unit.data_progress} / {unit.data_total} bytes")
|
||||
if config.progress_use_fancy:
|
||||
print(
|
||||
"\nYou have {} out of {} {} and collected {} out of {} {}.".format(
|
||||
"\nYou have {} out of {} {} and {} out of {} {}.".format(
|
||||
math.floor(code_frac * unit.code_fancy_frac),
|
||||
unit.code_fancy_frac,
|
||||
unit.code_fancy_item,
|
||||
|
Loading…
x
Reference in New Issue
Block a user