Update main.js

This commit is contained in:
MeowcaTheoRange 2022-04-27 18:26:36 -05:00 committed by GitHub
parent 070f8b8a85
commit 48fd259e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -633,6 +633,9 @@ scene("Help", (noTrans) => {
onKeyPress("down", () => {changeSongIdx(-1)});
onKeyPress("up", () => {changeSongIdx(1)});
onKeyPress("`", () => {go("Chart", index.song)});
onKeyPress("D", () => {go("Chart", index.song)});
onKeyPress("/", () => {go("Chart", index.song)});
onKeyPress("7", () => {go("Chart", index.song)});
lt.onClick(() => {changeIdx(-1)});
rt.onClick(() => {changeIdx(1)});
dt.onClick(() => {changeSongIdx(-1)});