From e0c6b227eb8fa585e31d07c94c027289d977a523 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 3 Nov 2024 19:25:41 +0100 Subject: [PATCH] fix aggryBeads --- public/assets/data/cards.json | 2 +- tsconfig.app.tsbuildinfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/data/cards.json b/public/assets/data/cards.json index 7eb99a0..eb91069 100644 --- a/public/assets/data/cards.json +++ b/public/assets/data/cards.json @@ -304,7 +304,7 @@ "name": "Aggry-Perlen", "image": "26.png", "eigenschaften": { - "eigenschaft1": 2000, + "eigenschaft1": -2000, "eigenschaft2": 3, "eigenschaft3": 2, "eigenschaft4": 2, diff --git a/tsconfig.app.tsbuildinfo b/tsconfig.app.tsbuildinfo index 423fc70..dee0c0f 100644 --- a/tsconfig.app.tsbuildinfo +++ b/tsconfig.app.tsbuildinfo @@ -1 +1 @@ -{"root":["./src/App.tsx","./src/custom.d.ts","./src/i18n.ts","./src/main.tsx","./src/vite-env.d.ts","./src/components/BackgroundMusic.tsx","./src/components/CardComponent.tsx","./src/components/ComputerArea.tsx","./src/components/EndAnimation.tsx","./src/components/InfoPopup.tsx","./src/components/LanguageSwitcher.tsx","./src/components/MusicButton.tsx","./src/components/PlayerArea.tsx","./src/components/StartAnimation.tsx","./src/components/WinnerMessage.tsx","./src/hooks/useGameInitialization.ts","./src/hooks/useGameState.ts","./src/hooks/useOrientation.ts","./src/types/Card.ts","./src/utils/animations.ts","./src/utils/cardComparison.ts","./src/utils/compareCards.ts","./src/utils/initializeCards.ts","./src/utils/selectHighestPropertyForComputer.ts","./src/utils/shuffleArray.ts"],"version":"5.6.3"} \ No newline at end of file +{"root":["./src/App.tsx","./src/custom.d.ts","./src/i18n.ts","./src/main.tsx","./src/vite-env.d.ts","./src/components/BackgroundMusic.tsx","./src/components/CardComponent.tsx","./src/components/ComputerArea.tsx","./src/components/EndAnimation.tsx","./src/components/InfoPopup.tsx","./src/components/LanguageSwitcher.tsx","./src/components/LastRoundDetails.tsx","./src/components/MusicButton.tsx","./src/components/Navbar.tsx","./src/components/PlayerArea.tsx","./src/components/StartAnimation.tsx","./src/components/WinnerMessage.tsx","./src/hooks/useGameInitialization.ts","./src/hooks/useGameState.ts","./src/hooks/useOrientation.ts","./src/types/Card.ts","./src/utils/animations.ts","./src/utils/cardComparison.ts","./src/utils/compareCards.ts","./src/utils/initializeCards.ts","./src/utils/selectHighestPropertyForComputer.ts","./src/utils/shuffleArray.ts"],"version":"5.6.3"} \ No newline at end of file