add jump and start bounce ability

This commit is contained in:
2026-06-30 21:40:11 -05:00
parent fc0bcf0201
commit 394422c500
5 changed files with 283 additions and 89 deletions
+6
View File
@@ -0,0 +1,6 @@
using UnityEngine;
public class BouncePad : MonoBehaviour
{
public float bounciness = 1;
}