dira-minigame #26

Merged
Trubkokrtek merged 13 commits from dira-minigame into main 2026-05-27 21:33:47 +02:00
Showing only changes of commit 677c875c58 - Show all commits

View File

@@ -65,7 +65,7 @@ public class FlappyBirdAllInOne : MonoBehaviour, ITask
void Jump()
{
rb.velocity = Vector2.zero;
rb.linearVelocity = Vector2.zero;
rb.AddForce(Vector2.up * jumpForce, ForceMode2D.Impulse);
}