Skip to content

Commit 800dc3d

Browse files
Update main.py
1 parent 6b5b160 commit 800dc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def generate_roblox_chart(notes, output_file_path):
4545
file.write("return Chart")
4646

4747
if __name__ == "__main__":
48-
osu_file_path = 'path_to_your_osu_file.osu'
49-
output_file_path = 'path_to_output_chart.lua'
48+
osu_file_path = 'chart.osu'
49+
output_file_path = 'chart.lua'
5050
notes = parse_osu_file(osu_file_path)
5151
generate_roblox_chart(notes, output_file_path)
5252
print(f"Converted osu! chart to Roblox format: {output_file_path}")

0 commit comments

Comments
 (0)