chore: make canvas larger

This commit is contained in:
stitchy 2024-12-18 07:35:18 +00:00
parent 98ca067fcf
commit a113e3a826
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -1,5 +1,5 @@
const CANVAS_WIDTH = 300;
const CANVAS_HEIGHT = 300;
const CANVAS_WIDTH = 700;
const CANVAS_HEIGHT = 700;
let TIME = 0;
// ** Initialization stuffs ** //