Added player animation to script

This commit is contained in:
Giovani
2020-02-01 10:29:31 -05:00
parent 5b849df5a7
commit 6675d33468
5 changed files with 113 additions and 51 deletions

View File

@@ -19,7 +19,6 @@ public class EventControlsDisplay : MonoBehaviour
private void Start()
{
tilemap = GetComponent<Tilemap>();
}
private void Update()