sjdodge123 / spaceroyale.io

Multiplayer Javacsript IO game
Apache License 2.0
2 stars 0 forks source link

Particle beam damage calculations #140

Closed sjdodge123 closed 6 years ago

sjdodge123 commented 6 years ago

Currently the particle beam calculates damage every frame and sends that info to each client.

This should rather be calculated every X seconds and once calculated distribute to the client. It is sending way too many messages out