feat(web/skillcheck): fail skill check only on keys that aren't passed

This commit is contained in:
Luke
2023-09-22 14:03:48 +02:00
parent aaa37047f1
commit 97b9f18f82
3 changed files with 10 additions and 5 deletions

View File

@@ -9,5 +9,6 @@ export interface SkillCheckProps {
angle: number;
difficultyOffset: number;
difficulty: GameDifficulty;
keys?: string[];
key: string;
}