feat(projects): press B to go back to home

This commit is contained in:
2026-01-05 21:55:24 +01:00
parent 45c3cc350f
commit 0a771621ef

View File

@@ -179,6 +179,10 @@ useKeyDown((key) => {
store.scrollProjects("right");
}
break;
case "NDS_B":
startButtonAnimation("quit");
store.animateOutro();
break;
case "NDS_A":
case "NDS_START":
startButtonAnimation("link");