diff --git a/www/index.js b/www/index.js index a2815bd..54be59f 100644 --- a/www/index.js +++ b/www/index.js @@ -2,12 +2,7 @@ import * as wasm from "wasm-app"; import { Field, GameObject } from "wasm-app"; import { memory } from "wasm-app/rust_wasm_bg"; -// ... - -const CELL_SIZE = 5; // px const GRID_COLOR = "#CCCCCC"; -const DEAD_COLOR = "#FFFFFF"; -const ALIVE_COLOR = "#000000"; const field = Field.new(); const width = field.width;