This commit is contained in:
yuuki
2024-03-04 02:51:43 +00:00
parent dab0bef293
commit a7aaaa8308

View File

@@ -347,7 +347,7 @@ class SongSelect{
waitPreview: 0 waitPreview: 0
} }
this.songSelecting = { this.songSelecting = {
speed: 200, speed: 666,
resize: 0.3, resize: 0.3,
scrollDelay: 0.1 scrollDelay: 0.1
} }
@@ -845,7 +845,7 @@ class SongSelect{
this.playSound("se_don"); this.playSound("se_don");
setTimeout(() => { setTimeout(() => {
window.location.href = "/upload/"; window.location.href = "/upload/";
}, 20); }, 100);
} }
} }
this.pointer(false) this.pointer(false)