Skip to content

Commit

Permalink
color variance
Browse files Browse the repository at this point in the history
  • Loading branch information
yhattav committed Nov 27, 2024
1 parent b6d9e07 commit 950df0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/compression.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("Scenario Compression", () => {
velocity: { x: 1, y: -1 },
mass: 0.1,
elasticity: 0.8,
color: "#00FF00",
color: "rgb(0, 255, 0)",
size: 10,
showVectors: true,
},
Expand Down

0 comments on commit 950df0c

Please sign in to comment.