restructuring level

This commit is contained in:
allylikesfrogs
2023-05-05 16:19:27 -07:00
parent af754415ea
commit fc8a257547
3 changed files with 14799 additions and 15818 deletions

View File

@@ -247,7 +247,6 @@ public class PlayerBehavior : MonoBehaviour
{
reflect = new Vector2(saveVelocity.x,-(saveVelocity.y) * bonk);
}
//reflect = new Vector2(saveVelocity.x,-(saveVelocity.y) * bonk);
_rb.AddForce(reflect, ForceMode2D.Impulse);
reflect = Vector2.zero;
isDash = false;