1
0
mirror of synced 2024-11-23 21:20:56 +01:00

README.md: Fix another typo

This commit is contained in:
Viv 2024-05-07 23:25:39 -04:00 committed by GitHub
parent 052ee824a3
commit 4e4a90a1f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ fumen_converted = convert_tja_to_fumen(tja)
# modify the FumenCourse object # modify the FumenCourse object
# - e.g.1: change the timing window header metadata # - e.g.1: change the timing window header metadata
from tja2fumen.constants import TIMING_WINDOWS 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 # - e.g.2: change the note offset values
for measure in fumen.measures: for measure in fumen.measures:
measure.offset_start += 1_000 # 1000ms == 1s measure.offset_start += 1_000 # 1000ms == 1s