Compare commits
2 commits
6b4766d5c6
...
162663ed34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
162663ed34 | ||
|
|
238eef1b01 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue