fixed clicked() override

This commit is contained in:
j-weissen 2022-06-01 09:36:20 +02:00
parent be04c2263c
commit c9416181fc
4 changed files with 164 additions and 163 deletions

View file

@ -38,7 +38,8 @@ public class TileBehaviour : MonoBehaviour
}
else
{
tile.Clicked(usable);
tileToSetTo = tile.Clicked(usable);
Debug.Log("AMOGUS " + tileToSetTo.ToString());
}
if (tileToSetTo != null)
{