adding realistic water

This commit is contained in:
2023-06-22 18:48:08 +03:00
parent b2cf8fde92
commit e1b4e4062f
5 changed files with 201 additions and 2 deletions
-2
View File
@@ -1,4 +1,3 @@
using System;
using UnityEngine;
public class Player : MonoBehaviour
@@ -102,7 +101,6 @@ public class Player : MonoBehaviour
return Physics2D.BoxCast(_boxCollider.bounds.center, _boxCollider.bounds.size, 0f, direction, .1f, ladderLayer);
}
private void FixedUpdate()
{