Compare commits

...

2 commits

Author SHA1 Message Date
Baptiste
162663ed34 Merge branch 'dev' of https://git.etud.insa-toulouse.fr/rebillar/GrandTabernacleAutoVI into dev 2023-12-06 09:02:38 +01:00
Baptiste
238eef1b01 update player size 2023-12-06 09:02:34 +01:00

View file

@ -1,6 +1,6 @@
let mapWidth = 210.; let mapWidth = 210.;
let mapHeith = 100.; let mapHeith = 100.;
const playerSize = 75.; const playerSize = 50.;
const playerSpeed=.2; const playerSpeed=.2;
const halfSqrtTwo=0.70710678118; const halfSqrtTwo=0.70710678118;
class Player class Player