We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, it seems like the "virus" are invisible. It's very annoying and I don't know how to fix it Can you help me ?
Link of the game: https://agar.lmd.lol
My config file looks like this:
module.exports = { host: "0.0.0.0", port: 8765, logpath: "logger.php", foodMass: 1, fireFood: 20, limitSplit: 16, defaultPlayerMass: 10, //default 10 virus: { fill: "#33ff33", stroke: "#19D119", strokeWidth: 20, defaultMass: { from: 100, to: 150 }, splitMass: 180 }, gameWidth: 5000, gameHeight: 5000, adminPass: "DEFAULT", gameMass: 20000, maxFood: 1000, maxVirus: 50, slowBase: 4.5, logChat: 0, networkUpdateFactor: 40, maxHeartbeatInterval: 5000, foodUniformDisposition: true, virusUniformDisposition: false, newPlayerInitialPosition: "farthest", massLossRate: 1, minMassLoss: 50, sqlinfo: { fileName: "db.sqlite3", } };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, it seems like the "virus" are invisible. It's very annoying and I don't know how to fix it
Can you help me ?
Link of the game:
https://agar.lmd.lol
My config file looks like this:
The text was updated successfully, but these errors were encountered: