Merge branch 'main' of mp2i-vms.fr:alexandre/osutipe
This commit is contained in:
commit
be71965289
2
main.py
2
main.py
|
@ -18,7 +18,7 @@ def main():
|
|||
timings, amplitudes, freqs = [x[0] for x in data], [x[1] for x in data], [x[2] for x in data]
|
||||
|
||||
beatmap._hit_objects = place.greedy(bpm, offset, timings, amplitudes)
|
||||
#beatmap.display_name = "TIPE's Extra"
|
||||
beatmap.display_name = "TIPE's Extra"
|
||||
#beatmap._hit_objects = [sl.Slider(sl.Position(0, 0), timedelta(milliseconds=3), timedelta(milliseconds=130), 0, sl.curve.Linear([sl.Position(0, 0), sl.Position(100, 100)], 100), 100, 2, 1, 1, 1, timing.ms_per_beat, [], [],)]
|
||||
beatmap.write_path("rewrite.osu")
|
||||
|
||||
|
|
Loading…
Reference in New Issue