chore: make canvas larger
This commit is contained in:
parent
98ca067fcf
commit
a113e3a826
1 changed files with 2 additions and 2 deletions
|
@ -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 ** //
|
||||
|
|
Loading…
Reference in a new issue