update player size

这个提交包含在:
Baptiste 2023-12-06 09:02:34 +01:00
父节点 335c1e87e1
当前提交 238eef1b01

查看文件

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