Increase size again
This commit is contained in:
parent
cc2ae41bb5
commit
328459a5d6
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
import { canvas2d } from "./lib/html";
|
import { canvas2d } from "./lib/html";
|
||||||
import { Prng, mulberry32 } from "./lib/prng";
|
import { Prng, mulberry32 } from "./lib/prng";
|
||||||
|
|
||||||
const BLOWUP = 4 * 5;
|
const BLOWUP = 4;
|
||||||
const WIDTH = 240 / 5;
|
const WIDTH = 240;
|
||||||
const HEIGHT = 135 / 5;
|
const HEIGHT = 135;
|
||||||
|
|
||||||
type Lookup2d = (x: number, y: number) => number;
|
type Lookup2d = (x: number, y: number) => number;
|
||||||
function dim(width: number, height: number): Lookup2d {
|
function dim(width: number, height: number): Lookup2d {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue