well it works
This commit is contained in:
parent
6ff1531662
commit
af9b1a7448
11 changed files with 563 additions and 13 deletions
|
|
@ -66,7 +66,7 @@ public class PlayerEntityMovement : MonoBehaviour
|
|||
requestedTile = newTile;
|
||||
foreach (TileObject tile in pathRequested)
|
||||
{
|
||||
tile.sprite.color = new Color(137,137,137);
|
||||
tile.sprite.color = new Color(137, 137, 137, 255);
|
||||
}
|
||||
PathfindToTarget();
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@ public class PlayerEntityMovement : MonoBehaviour
|
|||
{
|
||||
foreach (TileObject tileObject in currentMovableTiles)
|
||||
{
|
||||
tileObject.sprite.color = new Color(137,137,137);
|
||||
tileObject.sprite.color = new Color32(137,137,137, 255);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue