Skip to content

Instantly share code, notes, and snippets.

@fhfhkiki
fhfhkiki / multiJump.cs
Last active January 25, 2021 14:22
unity_Practice
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class player : MonoBehaviour
{
Rigidbody2D rb;
Animator anim;
SpriteRenderer sr;
private int pressKey_cnt_jump;