fix: missing button interactions
This commit is contained in:
@@ -70,6 +70,14 @@ useScreenClick((x, y) => {
|
||||
actionateButton(selectedButton.value);
|
||||
}
|
||||
});
|
||||
|
||||
useKeyDown((key) => {
|
||||
switch (key) {
|
||||
case "NDS_B":
|
||||
store.animateOutro();
|
||||
break;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user