drawcollision

This commit is contained in:
Baptiste 2023-12-23 21:39:59 +01:00
parent 6f8f16db30
commit f9a5ffbe45

View file

@ -1,5 +1,5 @@
let drawPortals = true;
let drawCollisions = true;
let drawCollisions = false;
const imgPlayer = new Image();
const imgBullet = new Image();