games: drop chipLay3, it clashed with the other two chip takes

This commit is contained in:
prosolis
2026-07-14 23:48:58 -07:00
parent 1ca794ea1a
commit 8df2212aad
2 changed files with 1 additions and 1 deletions

View File

@@ -136,7 +136,7 @@
// The riffle.
shuffle: { files: ["cardShuffle"], gain: 0.6 },
// A clay chip set down on a stack.
chip: { files: ["chipLay1", "chipLay2", "chipLay3"], gain: 0.6, vary: 0.05 },
chip: { files: ["chipLay1", "chipLay2"], gain: 0.6, vary: 0.05 },
// Chips gathered and slid away.
sweep: { files: ["chipsHandle2", "chipsHandle4", "chipsHandle6"], gain: 0.5, vary: 0.03 },
};