Skip to content

Commit

Permalink
README.md: Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaria authored May 8, 2024
1 parent 052ee82 commit 4e4a90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fumen_converted = convert_tja_to_fumen(tja)
# modify the FumenCourse object
# - e.g.1: change the timing window header metadata
from tja2fumen.constants import TIMING_WINDOWS
fumen.header.self.b000_b431_timing_windows = TIMING_WINDOWS['Easy']*36
fumen.header.b000_b431_timing_windows = TIMING_WINDOWS['Easy']*36
# - e.g.2: change the note offset values
for measure in fumen.measures:
measure.offset_start += 1_000 # 1000ms == 1s
Expand Down

0 comments on commit 4e4a90a

Please sign in to comment.