We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5b160 commit 800dc3dCopy full SHA for 800dc3d
src/main.py
@@ -45,8 +45,8 @@ def generate_roblox_chart(notes, output_file_path):
45
file.write("return Chart")
46
47
if __name__ == "__main__":
48
- osu_file_path = 'path_to_your_osu_file.osu'
49
- output_file_path = 'path_to_output_chart.lua'
+ osu_file_path = 'chart.osu'
+ output_file_path = 'chart.lua'
50
notes = parse_osu_file(osu_file_path)
51
generate_roblox_chart(notes, output_file_path)
52
print(f"Converted osu! chart to Roblox format: {output_file_path}")
0 commit comments