fixed clicked() override
This commit is contained in:
parent
be04c2263c
commit
c9416181fc
4 changed files with 164 additions and 163 deletions
|
|
@ -38,7 +38,8 @@ public class TileBehaviour : MonoBehaviour
|
|||
}
|
||||
else
|
||||
{
|
||||
tile.Clicked(usable);
|
||||
tileToSetTo = tile.Clicked(usable);
|
||||
Debug.Log("AMOGUS " + tileToSetTo.ToString());
|
||||
}
|
||||
if (tileToSetTo != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue