fix: quadruple the cell density
This commit is contained in:
parent
88c69d1f81
commit
e6a9b1a111
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ use wasm_bindgen::JsCast;
|
|||
use js_sys::Math;
|
||||
use web_sys::{CanvasRenderingContext2d, HtmlCanvasElement, ImageData, Window};
|
||||
|
||||
const CELL_SIZE: u32 = 20;
|
||||
const CELL_SIZE: u32 = 10;
|
||||
const TICK_MS: f64 = 1000.0 / 60.0;
|
||||
const HUE_PERIOD_MS: f64 = 3000.0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue