Added player animation to script

This commit is contained in:
2020-02-01 10:29:31 -05:00
parent 3fc172965a
commit 9b5476d72d
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()