Skip to content

Commit

Permalink
change GRID_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Leundai committed Oct 22, 2023
1 parent 32ddabf commit 523ad88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/js/life.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Universe, Cell } from "../../../rust/pkg/wasm_game_of_life";
import { memory } from "../../../rust/pkg/wasm_game_of_life_bg.wasm";

const CELL_SIZE = 10; // px
const GRID_COLOR = "#CCCCCC";
const GRID_COLOR = "#e5e5e5";
const DEAD_COLOR = "#FFFFFF";
const ALIVE_COLOR = "#000000";

Expand Down

0 comments on commit 523ad88

Please sign in to comment.