Skip to content

Commit

Permalink
feat(rushroyale): make the tetris stereo source more pronouced
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Nov 24, 2024
1 parent 9d0b6fe commit 036d48b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/views/mp/rushroyale.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,12 +539,12 @@

const players_stereo_source = {
0: -1,
1: 0.5,
2: -0.5,
1: 2 / 3,
2: -2 / 3,
3: 1,
4: -1,
5: 0.5,
6: -0.5,
5: 2 / 3,
6: -2 / 3,
7: 1,
};

Expand Down

0 comments on commit 036d48b

Please sign in to comment.