some major game changes

This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent edc5193746
commit f0afee03ab
3 changed files with 26 additions and 7 deletions

View file

@ -96,7 +96,7 @@ class Player extends Entity {
handleTick(game) {
let { entities, width, height } = game;
this.headCount += 1 / 200;
this.headCount += 1 / 40;
this.headCount = Math.round(this.headCount * 1000) / 1000;