Star reactions

This commit is contained in:
Isaac
2024-08-09 16:55:53 +04:00
parent 0986fc0352
commit 6e13876636
16 changed files with 377 additions and 86 deletions

View File

@@ -124,7 +124,7 @@ private func rippleOffset(
}
if distance <= 60.0 {
rippleAmount = 0.4 * rippleAmount
rippleAmount = 0.3 * rippleAmount
}
// A vector of length `amplitude` that points away from position.