ooh, -x bias on splash makes a big difference

This commit is contained in:
Kistaro Windrider 2024-02-04 22:13:35 -08:00
parent 8604cf2308
commit 086abfeb71
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -707,7 +707,7 @@ end
splashcols = {0x1003, 0x103d.a5a5} splashcols = {0x1003, 0x103d.a5a5}
droplet = {} droplet = {}
mknew(droplet, function(d) mknew(droplet, function(d)
d.dx = d.f * d.force >> 2 d.dx = (d.f * d.force >> 2) - 0.75
d.x += 16 * d.f d.x += 16 * d.f
d.dy = -rnd(d.force*0.66) d.dy = -rnd(d.force*0.66)
d.r = 1 + rnd(0.75 + (d.force >> 4)) d.r = 1 + rnd(0.75 + (d.force >> 4))