Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus01Official authored Aug 24, 2024
1 parent 6b5b160 commit 800dc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def generate_roblox_chart(notes, output_file_path):
file.write("return Chart")

if __name__ == "__main__":
osu_file_path = 'path_to_your_osu_file.osu'
output_file_path = 'path_to_output_chart.lua'
osu_file_path = 'chart.osu'
output_file_path = 'chart.lua'
notes = parse_osu_file(osu_file_path)
generate_roblox_chart(notes, output_file_path)
print(f"Converted osu! chart to Roblox format: {output_file_path}")

0 comments on commit 800dc3d

Please sign in to comment.