Skip to content

Commit

Permalink
fix aggryBeads
Browse files Browse the repository at this point in the history
  • Loading branch information
moikale committed Nov 3, 2024
1 parent 18ab318 commit e0c6b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"name": "Aggry-Perlen",
"image": "26.png",
"eigenschaften": {
"eigenschaft1": 2000,
"eigenschaft1": -2000,
"eigenschaft2": 3,
"eigenschaft3": 2,
"eigenschaft4": 2,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.app.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}

0 comments on commit e0c6b22

Please sign in to comment.