Charlieee1
Charlieee1
I mean the client logs out and back in very quickly. This wouldn't work on 2b2t and Hypixel, though.
What if the client sends the packets, but the client still acts as if it's logged in with packets temporarily disabled? Would that reduce the lag?
A suggestion for straight lines and other shapes: - Add different tools to draw circles, straight lines, rectangles easily So to draw a line, a user can select the thickness...
Ok, I'll just wait for him to respond :). In the meantime, I'll just create code without testing it.
It seems I also got lucky enough to get pull #256, 2^8. Woo!
hehehe :) Can you merge it into the master branch and deploy the changes?
> also some stuff/suggestions: > > in [`js/glsl/sand.glsl#132`](https://github.com/MaxBittker/sandspiel/blob/6cfd1de474bcc81e328bf6c7cd5329bf2ba3946f/js/glsl/sand.glsl#L132) > > ```js > } else if (type == 20) { > hue = 0.0; > saturation = 0.7; > lightness +=...
Actually, I forgot about something. The pressure threshold would be for particles that are attracted to same-species particles, so it would simulate rock cracking under enough pressure. If the particle...
I forgot about that. The particles would have to store four different pressure values (up, down, left, right). By having four different values, the particle will know which way to...