summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcursed22bc <admin@pixeldawn.org>2026-03-11 20:28:27 +0200
committercursed22bc <admin@pixeldawn.org>2026-03-11 20:28:27 +0200
commit9806577d61e73742927905a3b2844b4235b6fa95 (patch)
tree9123f91d83fd9ded5ba0f83322173470962b59e7
parent4f5d818e7d0ef1e20c358327ba8516b978bf1452 (diff)
hotfixHEADmain
-rw-r--r--liquidSurface.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/liquidSurface.lua b/liquidSurface.lua
index 9d70516..8669ea0 100644
--- a/liquidSurface.lua
+++ b/liquidSurface.lua
@@ -55,7 +55,7 @@ function LiquidSurface:new(source)
self.spread = 0.05
self.propagationPasses = 8
self.maxSpeed = 20
- self.maxWaveAmplitude = 1000
+ self.maxWaveAmplitude = 80
self.columnsLength = math.max(2, math.floor(self.width))
self.columns = {}