drawcollision
This commit is contained in:
parent
6f8f16db30
commit
f9a5ffbe45
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
let drawPortals = true;
|
let drawPortals = true;
|
||||||
let drawCollisions = true;
|
let drawCollisions = false;
|
||||||
|
|
||||||
const imgPlayer = new Image();
|
const imgPlayer = new Image();
|
||||||
const imgBullet = new Image();
|
const imgBullet = new Image();
|
||||||
|
|
Loading…
Reference in a new issue