Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Change Player Speed #708

Open
yavuzwashere opened this issue Jan 23, 2018 · 1 comment
Open

Change Player Speed #708

yavuzwashere opened this issue Jan 23, 2018 · 1 comment

Comments

@yavuzwashere
Copy link

I'm using the old version. Player speed is very low, so players are running away.
When i change the "50" value, cell is can't eject mass. ( w pressed )

Cell.prototype.getSpeed = function() {
    return 50 * Math.pow(this.mass, -1.0 / 4.5) * 50 / 40;
};

i want change "50" value to "130". I can not use the new version because I get a "TypeErr: Can not read property 'headers' undefined (gameserver.js line:219)" error. When i remove to line 219, i not get a error but i cant login/start game. What i can do ?

@yavuzwashere
Copy link
Author

Who will help me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant