This commit is contained in:
2020-01-31 23:46:30 -05:00
parent 66276c733f
commit 31528efac5
5 changed files with 26 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ public class Player : MonoBehaviour
[SerializeField] private float runFasterFactor = 1.5f;
private Rigidbody2D rigidbody;
private bool isInEncounter = false;
private void Start()
{