something like water

This commit is contained in:
2023-06-22 20:41:57 +03:00
parent e1b4e4062f
commit a81ab61216
5 changed files with 421 additions and 149 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public class WaterSpring : MonoBehaviour
Height = transform.localPosition.y;
}
public void WavePointUpdate(int level)
public void WavePointUpdate()
{
if (_spriteShapeController != null)
{