Skip to content

Commit

Permalink
Re-export some charts
Browse files Browse the repository at this point in the history
closes #93
also did some fancy shit with stress because I'm bored
  • Loading branch information
ThatRozebudDude committed Oct 17, 2024
1 parent 79d9a8d commit 5bd5f64
Show file tree
Hide file tree
Showing 22 changed files with 56,278 additions and 46,614 deletions.
2 changes: 1 addition & 1 deletion art/scripts/fullSongConvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def convertDiffNameToSuffix(diff):
bpm = 100

for timeChange in metaJson["timeChanges"]:
if timeChange["t"] == 0:
if timeChange["t"] <= 0:
bpm = timeChange["bpm"]

eventsOutput = baseGameToFpsPlusEvents.processEvents(chartJson, bpm)
Expand Down
Loading

0 comments on commit 5bd5f64

Please sign in to comment.