This commit is contained in:
Giovani
2020-01-31 23:46:30 -05:00
parent 46af87389f
commit 1f746dcab9
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()
{